Download Redux Toolkit

Get started with Redux Toolkit today! Redux Toolkit is the official, opinionated, and batteries-included toolset that simplifies Redux development. Whether you’re starting a new project or integrating Redux into an existing one, Redux Toolkit streamlines the setup and reduces the boilerplate code.

How to Download Redux Toolkit

Redux Toolkit is available as an NPM package. You can install it easily with the following commands:

Using NPM:

				
					npm install @reduxjs/toolkit
				
			

Using Yarn:

				
					yarn add @reduxjs/toolkit

				
			

This will install Redux Toolkit along with its necessary dependencies, making it ready for use in your project.

Getting Started

Once you’ve installed Redux Toolkit, you can start using it immediately in your app. If you need help with configuration, check out our documentation for step-by-step guides, best practices, and more.

RTK Query (Optional Addon)

If you need data fetching and caching capabilities, we also offer RTK Query. It simplifies the process of working with APIs and data caching, reducing the need for manual setup.

  • To use RTK Query, you can install it along with Redux Toolkit using the same installation command as above. Learn more about how to use RTK Query in our documentation.

Additional Resources

  • Documentation: Explore our comprehensive documentation to learn how to make the most of Redux Toolkit.
  • Source code: Access the source code, report issues, and contribute to the project.

If you encounter any issues during installation or setup, please feel free to contact our support team