Angular: Using NgRx Store with Redux Toolkit 🚀2020-12-16
This article introduces the idea of combining NgRx Store, the de facto standard state management library for Angular applications, with the Redux Toolkit, a library from the Redux team.
I expect that this will eventually become the solid configuration for Angular applications.
What is the Redux Toolkit (RTK)? If you are already familiar with the Redux Toolkit, you can find it in the following “NgRx Store with RTK” section.
The Redux Toolkit (RTK) is the official library of the Redux development team.