react-controllables
Easily create controllable components (by matthewwithanm)
redux
A JS library for predictable global state management (by reduxjs)
| react-controllables | redux | |
|---|---|---|
| - | 310 | |
| 257 | 61,464 | |
| 0.0% | 0.0% | |
| 0.0 | 8.0 | |
| almost 11 years ago | 7 days ago | |
| JavaScript | TypeScript | |
| GNU General Public License v3.0 or later | MIT 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.
react-controllables
Posts with mentions or reviews of react-controllables.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning react-controllables yet.
Tracking mentions began in Dec 2020.
redux
Posts with mentions or reviews of redux.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-02-03.
-
Exploring Next.js advanced routing and beyond
As your app scales, frequent context updates can trigger re-renders across deeply nested components. When that becomes a problem, libraries like Zustand or Redux offer more granular control.
-
JavaScript Awesome Package
Redux - A Predictable State Container for JS Apps
-
What is the Most Effective AI Tool for App Development Today?
Dora AI exemplifies this. Allan Murphy Bruun adds, "What makes it different is its context-aware logic stitching that understands user flows beyond just UI elements." By analyzing Figma designs, it generates React code with state management, saving hours in development.
-
5 Essential React Practices for Building Robust Applications
Redux: At my organization, we use Redux for state management and sometimes to trigger the API calls too.
-
Connecting Redux to Your React App: A Quick Guide to React-Redux and useSelector
Redux (Official Documentation)
-
How to build a reliable web application with Elm, GraphQL, PostGraphile and PostgreSQL
Some popular JavaScript libraries like Redux has been inspired by this architecture.
-
Exploring the Benefits of Immutability in JavaScript Performance
Learn Redux
-
State Management in Front-end Web Development: State 101
React: Redux, Zustand
-
Very Basic - Redux
If you need more in depth information check out the documentation. https://redux.js.org/ It's actually pretty great.
-
Not Just Another Redux Article: Learning Redux from Its Source Code
I just explained what combineReducers is in Redux. After you finish this article and return to this point, you’ll understand why.
What are some alternatives?
When comparing react-controllables and redux you can also consider the following projects:
recompose - A React utility belt for function components and higher-order components.
effector-react - Business logic with ease ☄️
shasta - Dead simple + opinionated toolkit for building redux/react applications
zustand - 🐻 Bear necessities for state management in React
react-i13n - A performant, scalable and pluggable approach to instrumenting your React application.
reflux - A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux