DEV Community

Discussion on: Why I Stopped Using Redux

Collapse
 
aralroca profile image
Aral Roca

I think we have to go to the simplest and easiest way to deal with the state. In complex applications, adding complex libraries only makes the problem more difficult. I recommend Fragmented Store, very simple, easy to use and only takes up 400 B

github.com/aralroca/fragmented-store