Skip to content

WodaMineralna/S08-Working-with-Refs-and-Portals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React.js Course - S08 Working with Refs and Portals

Practice code for Section 08 - Working with Refs and Portals, part of the course "React - The Complete Guide (incl. Redux)" by Maximilian Schwarzmüller.

This project covers:

  • Accessing DOM elements with refs
  • Rendering modals with portals
  • Managing uncontrolled inputs when needed

Project type

  • Implemented as part of a guided course project, with additional features and customizations added independently

Tech Stack

  • React
  • JavaScript (ES6+)
  • Build tool - Vite
  • React Refs
  • React Portals

How to Run

# 1) install
npm install

# 2) dev server
npm run dev

# 3) production build
npm run build
npm run preview

About

React.js Course - S08 Working with Refs and Portals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors