Track Awesome Redux Updates Daily
Catalog of Redux Libraries & Learning Material
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 brillout/awesome-redux · ⭐ 363 · 🏷️ Front-End Development
Jan 27, 2017
Learning Material / Other
Redux's concepts
Redux official documentation does a great job at explaining Redux's core principles.
Why immutable data structures
The guide on performance of React's official documentation explains well what immutable data structures are and why they play an important role.
Side Effects
Redux Loop's readme (⭐2k) gives a good insight on Side Effects in the context of Redux.
Functional Programming - Basics
This post goes over basic concepts of functional programming while building a YouTube instant search demo app.
Reactive Programming
This introduction to Reactive Programming explains Reactive Programming with clarity.
Functional Programming - Going beyond
Well written article that talks about interesting computer science concepts implemented in functional languages and how these apply to JavaScript.
Monads
Curious about monads? Wikipedia gives a good overview on monads and this article explains monads in more details with graphics and simple examples.
Nov 06, 2016
Utilities / Side Effects
- redux-ship (⭐615) - Composable, testable and typable side effects.
Sep 28, 2016
Utilities
- redux-transducers (⭐130) - Transducer utilities for Redux.
Aug 27, 2016
Community / Other
Aug 26, 2016
Utilities
- redux-orm (⭐3k) - Small, simple and immutable ORM to manage relational data in your Redux store.
- redux-modifiers (⭐159) - Collection of generic functions for writing Redux reducers to operate on various data structures.
- redux-bug-reporter (⭐689) - Bug reporter and bug playback tool for Redux.
Utilities / Side Effects
- redux-saga (⭐22k) - Alternative side effect model for Redux apps.
- redux-effects (⭐492) - You write pure functions, redux-effects handles the rest.
- redux-loop (⭐2k) - Port of elm-effects and the Elm Architecture to Redux that allows you to sequence your effects naturally and purely by returning them from your reducers.
Code Style / Side Effects
- redux-act (⭐1.5k) - Opinionated lib to create actions and reducers for Redux.
- redux-crud (⭐632) - Set of standard actions and reducers for Redux CRUD Applications.
Dev tools / Inspection tools / Side Effects
- redux-devtools-chart-monitor (⭐294) - Chart monitor for Redux DevTools.
- redux-devtools-dispatch (⭐145) - Dispatch your actions manually to test if your app Reacts well.
- redux-devtools-dock-monitor (⭐403) - Resizable and movable dock for Redux DevTools monitors.
React Integration / Side Effects
- redux-test-recorder (⭐492) - Redux middleware to automatically generate tests for reducers through ui interaction.
- redux-form-material-ui (⭐834) - Set of wrapper components to facilitate using Material UI with Redux Form.
React Integration / Routing
- redux-async-connect (⭐650) - It allows you to request async data, store them in Redux state and connect them to your React component.
- redux-tiny-router (⭐130) - Router made for Redux and made for universal apps. Stop using the router as a controller, it's just state.
React Integration / Forms
- redux-form (⭐13k) - Higher Order Component using react-redux to keep form state in a Redux store.
React Integration / Component State
- redux-ui (⭐640) - Easy UI state management for React Redux.
Other Integrations / RxJS
- rx-redux (⭐421) - Reimplementation of Redux using RxJS.
- redux-rx (⭐1k) - RxJS utilities for Redux.
Other Integrations / Electron
- redux-electron-store (⭐375) - Redux store enhancer that allows automatic synchronization between electron processes.
Other Integrations / Other
- kasia (⭐218) - React Redux toolset for the WordPress API.
Boilerplate / Other
- redux-cli (⭐890) - Opinionated CLI for building Redux/React apps quicker.
- universal-redux (⭐462) - 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.
- generator-react-aspnet-boilerplate (⭐284) - Starting point for building isomorphic React applications with ASP.NET Core 1, leveraging existing techniques.
- socrates (⭐579) - Small (8kb), batteries-included Redux store to reduce boilerplate and promote good habits.
Miscellaneous / Other
- redux-core (⭐42) - Minimal Redux.
Aug 24, 2016
Utilities
- redux-ignore (⭐841) - Higher-order reducer to ignore Redux actions.
- redux-logger (⭐5.7k) - Logger middleware for Redux.
- redux-undo (⭐2.8k) - Higher order reducer to add undo/redo functionality to Redux state containers.
Utilities / Store Persistence
- redux-storage (⭐675) - Persistence layer for Redux with flexible backends.
- redux-persist (⭐12k) - Persist and rehydrate a Redux store.
Dev tools / Inspection tools / Side Effects
- redux-diff-logger (⭐177) - Diff logger between states for Redux.
React Integration / Routing
- react-router-redux (⭐7.9k) - Ruthlessly simple bindings to keep react-router and Redux in sync.
React Integration / Component State
- redux-react-local (⭐373) - Local component state via Redux.
Other Integrations / Backbone
- backbone-redux (⭐189) - Easy way to keep your backbone collections and Redux store in sync.
Other Integrations / Falcor
- redux-falcor (⭐369) - Connect your Redux front-end to your falcor back-end.
Other Integrations / Deku
- deku-redux (⭐31) - Bindings for Redux in deku < v2.
Aug 15, 2016
Utilities / Side Effects
- redux-logic (⭐1.8k) - Redux middleware for organizing business logic and action side effects.
Other Integrations / RxJS
- redux-observable (⭐7.8k) - RxJS middleware for action side effects in Redux using "Epics".
- redurx (⭐97) - Redux'ish Functional State Management using RxJS.
Dev tools / Inspection tools / Side Effects
- remote-redux-devtools (⭐1.8k) - Redux DevTools remotely.
Other Integrations / Other
- redux-rollbar-middleware - Redux middleware that wraps exceptions in actions and sends them to Rollbar with current state.
Jul 06, 2016
Code Architecture
- redux-schema (⭐157) - Automatic actions, reducers and validation for Redux.
- redux-tcomb (⭐212) - Immutable and type-checked state and actions for Redux.
- redux-action-tree (⭐227) - The Cerebral signals running with Redux.
- redux-elm (⭐496) - The Elm Architecture in JavaScript.
Utilities
- redux-api-middleware (⭐1.5k) - Redux middleware for calling an API.
- rereduce (⭐166) - Reducer library for Redux.
- redux-search (⭐1.4k) - Redux bindings for client-side search.
- redux-immutable (⭐1.9k) - Redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
- reselect (⭐19k) - Selector library for Redux.
- redux-requests (⭐245) - Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests.
Utilities / Side Effects
- redux-promise-middleware (⭐2k) - Redux middleware for resolving and rejecting promises with conditional optimistic updates.
- redux-thunk (⭐17k) - Thunk middleware for Redux.
- redux-connect (⭐549) - Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React.
- redux-side-effects (⭐182) - Redux toolset for keeping all the side effects inside your reducers while maintaining their purity.
Dev tools / Inspection tools / Side Effects
- redux-devtools-inspector (⭐240) - Another Redux DevTools Monitor.
- redux-devtools (⭐13k) - DevTools for Redux with hot reloading, action replay, and customizable UI.
- redux-devtools-filterable-log-monitor (⭐154) - Filterable tree view monitor for Redux DevTools.
- redux-devtools-log-monitor (⭐312) - The default monitor for Redux DevTools with a tree view.
React Integration / Side Effects
- react-redux (⭐22k) - Official React bindings for Redux.
- react-easy-universal - Universal Routing & Rendering with React & Redux was too hard. Now it's easy.
React Integration / Routing
- redux-router (⭐2.3k) - Redux bindings for React Router – keep your router state inside your Redux store.
- ground-control (⭐263) - Scalable reducer management & powerful data fetching for React Router & Redux.
React Integration / Forms
- react-redux-form (⭐2.1k) - Create forms easily in React with Redux.
Other Integrations / Flux
- redux-actions (⭐6.6k) - Flux Standard Action utilities for Redux.
- redux-promise (⭐2.7k) - FSA-compliant promise middleware for Redux.
Boilerplate / Other
- reactuate (⭐490) - React/Redux stack (not a boilerplate kit).
- react-chrome-extension-boilerplate (⭐2.1k) - Boilerplate for Chrome Extension React.js project.
- generator-redux (⭐251) - CLI tools for Redux: next-gen functional Flux/React with devtools.
- generator-react-webpack-redux (⭐552) - React Webpack Generator including Redux support.