The official, opinionated, batteries-included toolset for efficient Redux development
npm install @reduxjs/toolkit!GitHub Workflow Status


The official, opinionated, batteries-included toolset for efficient Redux development
The recommended way to start new apps with React and Redux Toolkit is by using our official Redux Toolkit + TS template for Vite, or by creating a new Next.js project using Next's with-redux template.
Both of these already have Redux Toolkit and React-Redux configured appropriately for that build tool, and come with a small example app that demonstrates how to use several of Redux Toolkit's features.
``bashdegitVite with our Redux+TS template
(using the
tool to clone and extract the template)
npx degit reduxjs/redux-templates/packages/vite-template-redux my-app
templateWe do not currently have official React Native templates, but recommend these templates for standard React Native and for Expo:
- https://github.com/rahsheen/react-native-template-redux-typescript
- https://github.com/rahsheen/expo-template-redux-typescript
$3
Redux Toolkit is available as a package on NPM for use with a module bundler or in a Node application:
`bash
NPM
npm install @reduxjs/toolkitYarn
yarn add @reduxjs/toolkit
`The package includes a precompiled ESM build that can be used as a