Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 426 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 426 Bytes

Updating document.title with useEffect

This repo is a quick example of a problem that can be solved with useEffect.

To run locally on your machine, download the code, and then run:

  • npm install
  • npm run start

If you're a student of “The Joy of React”, you can learn more about running code locally in the “Tools of the Trade” module.