Fullstack React Ch1

 5th July 2017 at 10:07am

React core fundamentals:

  1. Think about and organize your app into components
  2. JSX and the render method
  3. Data flow from parent to children through props
  4. Event flow from children to parent through functions
  5. State vs props
  6. How to manipulate state
  7. Utilizing React lifecycle methods