Modern Redux: Learn redux toolkit and the new redux best practices
An updated guide for writing Redux in 2021 and beyond
Why Redux toolkit?
It is the new official way to write Redux apps.
Reduce Boilerplate
Redux toolkit brings the much-needed simplicity you’ve longed for in your redux development. It’s got out-of-the-box support to handle common use cases such as creating the redux store, creating reducers, handling immutable update logic and much more.
Already know the Redux basics? Redux toolkit is the logic next step
Redux toolkit is gentle on beginners and advanced Redux developers alike, as long as you already know the basics of Redux — actions, reducers and the store. It is the logical next step if you have learned the basics of Redux and want to embrace the current best practices.