redux toolkit store
Understanding Redux Toolkit Store
Redux is a predictable state container for JavaScript applications that helps managing the application's state in a more structured way. Redux Toolkit is a package that aims to make Redux development quicker and easier by providing easier ways to write actions and reducers.
What