Redux toolkit but without immer
npm install @logicsoftware/redux-toolkitsh
npx create-react-app my-app --template redux
`
$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/toolkit
Yarn
yarn add @reduxjs/toolkit
`
It is also available as a precompiled UMD package that defines a window.RTK global variable.
The UMD package can be used as a