You can use this to set up a brand new Create-React-App project that will be automatically set up with:
- Redux Toolkit and React-Redux dependencies included
- A Redux store configured and created
- The React-Redux <Provider> passing the store to your React components
- A small “counter” example showing how to add Redux logic using Redux Toolkit and a “ducks” / feature-based structure, and using the React-Redux hooks API to interact with the store from inside your components.