Installing Redux Into Typescript Create React App
To install Redux into an app created with Create React App that’s using Typescript, run the following to install:
Optionally, you can also install the following to allow for both:
- Warning in case of state mutation.
- Connecting to the app using Redux DevTools.