Skip to content

Files

Latest commit

0ca548e · Sep 13, 2024

History

History

redux-advanced

Redux Deep Dive

Key Topics

  • Handling Async Tasks With Redux
  • Where To Put Your Code
  • The Redux DevTools

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/redux-advanced   # navigate to project folder
npm install     # install dependencies
npm run dev     # start development server

Open http://localhost:5173 in a browser to view the application.