8 projects
Redux
Redux is a predictable state container for JavaScript applications that helps manage application state in a consistent way, particularly useful for React applications but framework-agnostic. It implements a unidirectional data flow pattern and uses actions and reducers to handle state updates.
5,447
1,670
$1.1M
NgRx
NgRx is a state management library for Angular applications that implements the Redux pattern. It provides a robust architecture for managing application state, handling side effects, and maintaining data flow consistency in large-scale Angular applications.
3,046
566
$4.9M
Redux Persist
persist and rehydrate a redux store
2,751
677
$62K
Redux-Saga
Redux-Saga is a library that aims to make application side effects (i.e. asynchronous operations like data fetching and impure actions like accessing the browser cache) easier to manage, more efficient to execute, easy to test, and better at handling failures. It uses generator functions to make asynchronous flows easy to read, write, and test.
2,605
782
$804K
dva
🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)
2,506
308
$272K
Redux-Observable
Redux-Observable is a middleware for Redux that enables handling of side effects using RxJS Observables. It allows developers to compose and cancel complex async actions to create reactive applications.
668
242
$78K
Rematch
Rematch is a Redux Framework for state management in JavaScript applications that reduces boilerplate code and simplifies the implementation of actions, effects and reducers through a more intuitive API
614
176
$460K