Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 804 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 804 Bytes

React-intro

React Introduction with hello world + plugins and running

Highlights

Tutorial

  • JS Class
  • Extend React.Component
  • state
  • Events
    • handleClick
    • handleMouseOver
    • handleCopy
    • handleChange
    • handleSubmit
  • Random Number
  • Display from state
  • Edit in browser using browser extension. Edit 'app'
  • Events - Mouse over and Click
  • Finally form submit.

Finally

This is a single page react app. This will be a good starting point.