REDUX TUTORIAL #2 BACKGROUND-CONCEPTS
This is the basic idea behind Redux: a single centralized place to contain the global state in your application, and specific patterns to follow when updating that state to make the code predictable
#redux #reduxtoolkit #react