React Natural

About Me

  • Software Engineer, Enigma Technologies
  • Adjunct Professor, Courant Institute of Mathematical Sciences
  • ITP '15

Why use React?

  • Virtual DOM
  • One-way data flow
  • Composable components
  • Backed by Facebook et al.

Why use the Enigma app generator?

  • Pre-packaged wholesome goodness

Installing the generator

Understanding the Example component

  • the render() function
  • passing props

React essentials

  • JSX (className, forms)
  • State vs. props
  • Lifecycle methods