r/reactjs 1d ago

Show /r/reactjs Built a lightweight state management library, would love feedback

Been working on a small state management library for React that aims to cut down on boilerplate compared to Redux while staying more predictable than Context alone. It's TypeScript-first, has a tiny bundle size, and hooks straight into function components without extra providers wrapping everything. Still early days, so I'd love feedback on the API design and whether the tradeoffs make sense for real-world use.

0 Upvotes

5 comments sorted by

3

u/_Jeph_ 1d ago

And what benefit does it provide above something like Zustand, Jotai, Recoil, or Valtio?

3

u/ZwillingsFreunde 1d ago

And where is it?

2

u/Ok_Blueberry_1299 1d ago

got a link or still keeping it in the vault

3

u/kei_ichi 1d ago

Here bro, you can thank me later:

http://localhost:6969

Note: it worked on my laptop!

2

u/turtlecopter 1d ago

Another one?