Configuring Your Store Creating the store Extending Redux functionality Install redux-thunk middleware/logger.js enhancers/monitorReducer.js Problems with this approach The ...
Redux FAQ: Immutable Data Table of Contents What are the benefits of immutability? Further information Why is immutability required by Redux? Further Information Why does Red...
Redux FAQ: Actions Table of Contents Actions Why should type be a string, or at least serializable? Why should my action types be constants? Further information Is there always ...
Structuring Reducers Prerequisite Concepts for Writing Reducers Prerequisite Concepts Reducer Concepts and Techniques Structuring Reducers At its core, Redux is really a fai...
Redux FAQ: Store Setup Table of Contents Store Setup Can or should I create multiple stores? Can I import my store directly, and use it in components myself? Further information ...
Prior Art Flux Elm Immutable Baobab RxJS Prior Art Redux has a mixed heritage. It is similar to some patterns and technologies, but is also different from them in importan...