Skip to content

A quick example of state, props, children, and hooks work in React.

Notifications You must be signed in to change notification settings

Glacian22/React-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A quick example of state, props, children, and hooks work in React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published