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...
Dec 26, 20222 min read57



