An Introduction to Redux: What It Is and How It Works
The principles of Redux are that the state of the application should be stored in a single location, or "store," and that changes to the state should be made using pure functions called "reducers."
To use Redux with a React application, the store an...
nothanii.hashnode.dev2 min read