Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 303 Bytes

topics.md

File metadata and controls

22 lines (20 loc) · 303 Bytes

Workshop

  • Intro
    • Why SPA?
    • Why React?
  • React
    • Features
      • Virtual DOM
      • Componentization
      • JSX
      • Server-Side Rendering
    • Components
      • var, func
      • Composing them
      • Rendering it
      • Event
    • State Management
      • State
      • Life cycle
  • Redux
  • Testing it