Skip to content

Files

redux-introduction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024

Understanding Redux

Key Topics

  • What Is Redux? And Why Would You Use It?
  • Redux Basics & Using Redux with React
  • Working with Redux Toolkit

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/redux-introduction   # 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.