Slide 9
Slide 9 text
Components
- They divide UI into independent, reusable "pieces"
- They isolate one part of the code from the other
- The button, list of rows, forms, input field, etc. is a component
- New components inherit from React.Component
- They implement at least a "render" method that returns React, string or
numbers, portals, null, boolean
ES6: https://github.com/lukehoban/es6features