Skip to content

Latest commit

 

History

History

refs-portals

Refs & Portals

Key Topics

  • Accessing DOM Elements with Refs
  • Managing Values with Refs
  • Exposing API Functions from Components
  • Detaching DOM Rendering from JSX Structure with Portals

Running the Application

To run the application, follow these steps:

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