Redux
State container for JavaScript apps.
Contents
Code Architecture
Automatic actions, reducers and validation for Redux.
Immutable and type-checked state and actions for Redux.
The Cerebral signals running with Redux.
The Elm Architecture in JavaScript.
Utilities
Small, simple and immutable ORM to manage relational data in your Redux store.
Redux middleware for calling an API.
Higher-order reducer to ignore Redux actions.
Collection of generic functions for writing Redux reducers to operate on various data structures.
Reducer library for Redux.
Redux bindings for client-side search.
Logger middleware for Redux.
Redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Selector library for Redux.
Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests.
Higher order reducer to add undo/redo functionality to Redux state containers.
Bug reporter and bug playback tool for Redux.
Transducer utilities for Redux.
Store Persistence
Side Effects
Alternative side effect model for Redux apps.
Redux middleware for resolving and rejecting promises with conditional optimistic updates.
You write pure functions, redux-effects handles the rest.
Thunk middleware for Redux.
Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React.
Redux toolset for keeping all the side effects inside your reducers while maintaining their purity.
Redux middleware for organizing business logic and action side effects.
Composable, testable and typable side effects.
Learning Material
Other Integrations
RxJS
RxJS middleware for action side effects in Redux using "Epics".
Reimplementation of Redux using RxJS.
RxJS utilities for Redux.
Redux'ish Functional State Management using RxJS.
Flux
Code Style
Dev tools / Inspection tools
Another Redux DevTools Monitor.
Diff logger between states for Redux.
Chart monitor for Redux DevTools.
DevTools for Redux with hot reloading, action replay, and customizable UI.
Dispatch your actions manually to test if your app Reacts well.
Resizable and movable dock for Redux DevTools monitors.
Filterable tree view monitor for Redux DevTools.
The default monitor for Redux DevTools with a tree view.
Redux DevTools remotely.
React Integration
Redux middleware to automatically generate tests for reducers through ui interaction.
Official React bindings for Redux.
Universal Routing & Rendering with React & Redux was too hard. Now it's easy.
Set of wrapper components to facilitate using Material UI with Redux Form.
Routing
It allows you to request async data, store them in Redux state and connect them to your React component.
Router made for Redux and made for universal apps. Stop using the router as a controller, it's just state.
Redux bindings for React Router – keep your router state inside your Redux store.
Ruthlessly simple bindings to keep react-router and Redux in sync.
Scalable reducer management & powerful data fetching for React Router & Redux.
Forms
Boilerplate
Opinionated CLI for building Redux/React apps quicker.
React/Redux stack (not a boilerplate kit).
Boilerplate for Chrome Extension React.js project.
Npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to.
Starting point for building isomorphic React applications with ASP.NET Core 1, leveraging existing techniques.
CLI tools for Redux: next-gen functional Flux/React with devtools.
React Webpack Generator including Redux support.
Small (8kb), batteries-included Redux store to reduce boilerplate and promote good habits.