Getting Started with Redux ToolkitWhat is Redux ? Redux is a state management library that acts like a container external to other components in the application, that stores states where components can access them without having to pass variables from component to component. Why Red...Jun 10, 2022·3 min read