array-explorer
⚡️ A resource to help figure out what JavaScript array method would be best to use at any given time (by sdras)
redux
A JS library for predictable global state management (by reduxjs)
array-explorer | redux | |
---|---|---|
1 | 308 | |
2,619 | 61,323 | |
0.0% | 0.1% | |
0.0 | 7.7 | |
about 1 year ago | 8 days ago | |
JavaScript | TypeScript | |
MIT License | 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.
array-explorer
Posts with mentions or reviews of array-explorer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-01.
-
JavaScript Influencers to Follow in 2021🤩
Projects: awesome-actions, intro-to-vue, cssgridgenerator, array-explorer, ecommerce-netlify
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 2025-08-17.
-
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.
-
Architecture and Design Patterns in Front-End
In frontend, the most probably well-known approach is Flux and its most common implementation, Redux. This is an example of unidirectional data flow.
-
Organisation of Data Flows
The best known example of an architecture with unidirectional data flow is Flux and, as its implementation, Redux.
What are some alternatives?
When comparing array-explorer and redux you can also consider the following projects:
jsonapi-vuex - Use a JSONAPI api with a Vuex store, with data restructuring/normalization.
effector-react - Business logic with ease ☄️
ao-loot-logger-viewer - AO Loot Logger Viewer
cerebral - Declarative state and side effects management for popular JavaScript frameworks
create-react-app - Set up a modern web app by running one command.
reflux - A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux