What is Redux Toolkit and why use it?
masterRedux Toolkit is the official, opinionated, batteries-included toolset for efficient Redux development. It is intended to be the standard way to write Redux logic and is recommended for all Redux applications, whether you are starting a new project or incrementally migrating an existing one.
It addresses three common Redux concerns:
- Simplifying Redux store configuration.
- Reducing the need to add multiple extra packages to make Redux useful.
- Reducing the amount of boilerplate code required.