DougMiller

React Lifecycle and Compostion

12-05-2017Slides
  • React

This talk focuses on the lifecycle of React Components and different ways to compose them together to share logic. We will go over each of the 9 lifecycle methods, when they are called, and what you can do in each. We will also cover using Hight Order Components (HOC), renderProps, or child functions to extend the functionality of components.