I was looking for a global state library that avoided prop drilling and didn't re-render the whole tree on updates. But Zustand and Jotai just seemed ergonomically strange and had pitfalls like useShallow.
So I wrote my own and it feels more "react" like than the alternatives.
davidnormo2•1h ago
So I wrote my own and it feels more "react" like than the alternatives.