Understanding Reacts state management with Redux Toolkit
Introduction
In React, managing the state for a large project can be overwhelming, but tools like the redux toolkit make it easier to do that for you.
But, what is Redux?
Redux is a predictable state container for javascript apps. It provides a way t...
burhanraja.hashnode.dev11 min read