Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 352 Bytes

A react app for showing how the class component works.

Class Component and State

  • Class Component
    • Syntax
  • Handling Events in React
    • Syntax
  • State
    • setState()

Set Up Instructions

Click to view
  • Download dependencies by running npm install in your IDE
  • Start up the app using npm start