Skip to content

Latest commit

 

History

History

context-api

Advanced State Management

Key Topics

  • The Problem Of Shared State: Prop Drilling
  • Embracing Component Composition
  • Sharing State with Context
  • Managing Complex State with Reducers

Running the Application

To run the application, follow these steps:

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