- Feedback needed for my state managment library Dragonbinder. https://www.npmjs.com/package/dragonbinder 2 comments javascript
- Introducing Auger State: a hook-first, global state management library , that lets your components subscribe to only parts of the state they need https://github.com/SawyerHood/auger-state 42 comments reactjs
- Meiosis is a state management architecture pattern to control the data flow of your web apps. Using a stream library such as Flyd or Mithril Stream to implement it is all you need. Add your chosen Virtual/DOM library and you are good to go. https://github.com/foxdonut/meiosis 3 comments javascript