-
Redux Docs: Ecosystem
http://redux.js.org/docs/introduction/Ecosystem.html
A vetted selection of useful links and libraries -
Awesome Redux
https://github.com/xgrommx/awesome-redux
A full list of any and all links related to Redux -
Reactiflux
http://www.reactiflux.com
A community for discussion of React-related technologies. Numerous channels for general discussion, help / questions, and specific libraries such as Redux. Uses the Discord chat service.
-
Flux Standard Actions
https://github.com/acdlite/flux-standard-action
A human-friendly standard for Flux action objects. -
Redux Standard Actions
https://github.com/kolodny/redux-standard-action
A human-friendly standard for Redux action objects, based off of FSA. -
Canonical Reducer Composition
https://github.com/gajus/canonical-reducer-composition
A spec for organizing reducers around domains. -
Black Pixel Redux Handbook
http://bpxl-labs.github.io/redux-handbook/
A guideline for structuring scalable Redux applications. It encourages conventions and best practices adopted at Black Pixel. -
redux-convention
https://github.com/gajus/redux-convention
Facilitates conversion of Flux Standard Action (FSA) to Canonical Composition Action (CCA) and vice-versa. -
Ducks: Redux Reducer Bundles
https://github.com/erikras/ducks-modular-redux
A proposal for bundling reducers, action types and actions when using Redux