Learned Redux Basics
13 Sep 2024
Javascript
Redux
reactjs
I have learned some basics of Redux by contributing in adding dark mode functionality into a YouTube clone project from a GitHub user.
Redux
- global state in obj tree inside a single store
- create an action to change the state
- dispatch using the store
- use reducer functions to get the new state