Skip to content

A tutorial to help people understand how state and props are used in React and the differences between them.

Notifications You must be signed in to change notification settings

leslie-alldridge/react-state-props-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please read me first!

React State and Props for beginners

Note: If you have already used Yarn/Npm to run apps before, you can go right ahead. Otherwise, please continue below...

  1. Install NPM or Yarn (Google is your friend here) and then clone this repository to your computer

  2. Navigate to the folder containing this code and run

yarn
yarn start

or

npm install
npm start
  1. The code will compile and the server should start up
  2. Browse to localhost:3000 and continue with the tutorial over on LinkedIn

Can I use this code?

Feel free to fork this repository and make any changes. This was designed as a basic app to support my article on LinkedIn. No credit is required if you are publishing the code with customizations added.

About

A tutorial to help people understand how state and props are used in React and the differences between them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published