Setting Up an RTK Project
Set up a new Redux toolkit project from scratch.
We'll cover the following
If you choose to code along locally, then you can set up an RTK project by running the following command from your terminal:
npx create-react-app tweetfind --template redux
Get hands-on with 1400+ tech skills courses.