ReactJS - Part 8 - Redux

Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=nSTTBKlggk0



Duration: 55:59
61 views
2


Watch out for spaghetti code!
The Redux module enables us to have one or more global shared states that all components can dispatch events to.
Create multiple reducers which converts actions to state changes and then combine them into one reducer.
Enjoy! :-)
Feel free to leave a comment and ask questions.
The code is located here with git tag Part_8:
https://github.com/ekim197711/reactjs-springboot
Follow me on twitter:
https://twitter.com/MikeMoelNielsen







Tags:
react
reactjs
redux
state
global state
datamodel
reducer
useSelector
react-redux
redux-devtools
redux chrome
Provider
dispatch
action