Hacker News new | ask | show | jobs
by gunn 2995 days ago
I created my own library after finding redux boilerplate heavy. I haven't publicized it yet, but you can see it here - https://github.com/gunn/pure-store

It supports full typescript typing, and uses Immer to allow very direct store updates with immutability.

1 comments

Wow that look amazing, how can I subscribe react to the store? Will each component need something like mobx observer?