Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 619 Bytes

File metadata and controls

21 lines (15 loc) · 619 Bytes

React Essentials - Deep Dive

Key Topics

  • Behind the Scenes of JSX
  • Structuring Components and State
  • Advanced State Usage
  • Patterns & Best Practices

Running the Application

To run the application, follow these steps:

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

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