kevduc/react-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πŸ”’ Simple set of Counters using React

πŸ‘¨β€πŸ’» The App consists of a Counters component that shows multiple Counter components that can be reset to zero and individually deleted, and a NavBar component at the top of the page that keeps track of the number of non-zero counters.

πŸ‘‰ Try it here: kevduc..io/react-tutorial

πŸ‘¨β€πŸ« Created as part of an exercise in Mosh's Tutorial video: React JS - React Tutorial for Beginners.

  • Understand the basics of how React works (virtual DOM, rendering, etc.)
  • Setup a React project
  • Create Stateless/Stateful Functional/Class Components
  • Define and update the state
  • Handle Events
  • Compose Components
  • Use props
  • Lifting the state up
  • Lifecycle Hooks

Practice Bootstrap to style the App

About

πŸ”’ Simple set of Counters using React – πŸ‘¨β€πŸ« Created as part of an exercise in Mosh's Tutorial video: React JS - React Tutorial for Beginners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published