Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 475 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 475 Bytes

React-Squares.gif

Simple React Tutorial

This is a super simple React app that shows how to:

  • Use state in functional components with hooks
  • Pass props
  • Use the parent-child relationship

There are no external dependencies other than what create-react-app bundles in.

To give it a try, clone the repo and run npm i to install all dependencies, then npm start to launch the app