kea
Batteries Included State Management for React (by keajs)
reflux
A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux (by reflux)
kea | reflux | |
---|---|---|
4 | 2 | |
1,938 | 5,359 | |
0.2% | -0.1% | |
5.4 | 0.0 | |
9 months ago | almost 5 years ago | |
JavaScript | JavaScript | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
kea
Posts with mentions or reviews of kea.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-13.
-
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
reflux
Posts with mentions or reviews of reflux.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-17.
-
What is the core difference of redux & reflux in using react based application?
Recently I conducted a preliminary study on developing an E-commerce site and discovered that redux and reflux both come from flux architecture in Facebook and that both are popular. I am confused about the difference between the two.
-
Slow and Steady: Converting Sentry’s Entire Frontend to TypeScript
One downside to relying on the type definitions in DefinitelyTyped is that occasionally the library types are not written by the maintainers. Instead, community users contribute types, and because of that some types are missing or incorrectly defined. We encountered this with the versions of ECharts and Reflux we were using. Our solution here was to add additional type definitions in our code.
What are some alternatives?
When comparing kea and reflux you can also consider the following projects:
redux - A JS library for predictable global state management
react-redux - Official React bindings for Redux
react-redux-provide
recompose - A React utility belt for function components and higher-order components.
effector-react - Business logic with ease ☄️
react-storage-hoc
redux-batched-actions - redux higher order reducer + action to reduce actions under a single subscriber notification
fluxible - A pluggable container for universal flux applications.
mobx-react
alt - Isomorphic flux implementation