react-controllables
kea
react-controllables | kea | |
---|---|---|
- | 4 | |
256 | 1,935 | |
- | 0.2% | |
0.0 | 5.4 | |
about 9 years ago | 8 months ago | |
JavaScript | JavaScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-controllables
We haven't tracked posts mentioning react-controllables yet.
Tracking mentions began in Dec 2020.
kea
-
Best stack for starting out a new commercial React project.
Whereas with Redux (and abstractions such as Kea) you subscribe to specific parts of the redux tree on a per-component level. Said differently, if you only update one value in Redux, only the components that read it will update. With Context, the entire app will update.
- Keep your state in Kea and your views in React
- Kea: Production Ready React State Management
What are some alternatives?
recompose - A React utility belt for function components and higher-order components.
redux - A JS library for predictable global state management
react-i13n - A performant, scalable and pluggable approach to instrumenting your React application.
react-redux - Official React bindings for Redux
baobab-react - React integration for Baobab.
fluxible - A pluggable container for universal flux applications.
react-redux-provide
redux-batched-actions - redux higher order reducer + action to reduce actions under a single subscriber notification
alt - Isomorphic flux implementation
reflux - A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux