- Notifications
You must be signed in to change notification settings - Fork136
React Redux Cheat Sheet on Workflow & Concept
License
uanders/react-redux-cheatsheet
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Version Cheatsheet: 1.1.0
Version Article: 1.2.0
This repository contains a graphical cheat sheet for the workflow and concept of Redux in two resolutions: 1440px and 3840px.
The idea is to help new and existing Redux users to understand how the general mechanism of Redux works in some more detail and where to hook into this process.
This repo furthermore holds anarticle that walks you through an extended version of this cheat sheet. Two very common libraries have been added to the extended version: 'react-router' and 'immutable'.
So, in order to supplement existing tutorials, this article describes the Redux conceptual overview and its workflow in a React Redux app. The description is starting with the dominant player in Redux Applications which is the store. Once the workflow is understood, it might probably be much easier to follow all of the above tutorials.
While going the full circle the article also points to some of the common external libraries and how they would come into play: 'immutable', 'normalizr', 'reselect', 'redux-thunk', 'redux-saga', 'redux-promise' and 'redux-persist'.
Please, raise an issue in case you find errors or things to be not clear enough.
Note, that a one page cheat sheet can not always reflect the general case. This holds true in the following cases:
- The store holds the state of the app. The state of the app is typically sliced in slices. A state that is not sliced is a state with a single slice.
- AnactionCreator() can have a more general interface. If you want to adopt action creators with a common interface, read more aboutpayload in theFlux Standard Action.
In case you would like to read detailed comments on this cheat sheet you can go toRedux issue #2254.
Special thanks for improving and correcting this cheat sheet go to:
About
React Redux Cheat Sheet on Workflow & Concept
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
