π’ 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.github.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