This is the starter code for the playground project we use in part 2 of my React course.
To get started, follow these steps:
- Clone this repository to your local machine.
- Run
npm install
to install the required dependencies. - Run
npm run dev
to start the web server.
This repository belongs to part 2 of my React course covering intermediate-level topics.
- Fetching and updating data with React Query
- All about reducers, context, and providers
- Managing application state with Zustand
- Routing with React Router
You can find the course at https://codewithmosh.com