Matt Crowder

React Hooks

Take a trip down memory lane to help understand why the React core team released hooks.

First, we’ll dive into higher order components, what they are, the problems they solve, and why they can be troublesome.

Second, we’ll do the same with render props.

And lastly, we’ll refactor our components to use hooks and we’ll all be happy because hooks are great.