Hello, my name is JP.

Timeline of a React Component with Hooks

Written by JP on November 15, 2022
~ less than a minute to read
  • react
  • javascript
  • hooks

As mentioned in the excerpt, Jules Blom recently wrote an incredible interactive blog post around the React timeline lifecycle with hooks. The React documentation tries to keep you from thinking in the term of a "timeline" but Jules makes the great point that knowing and understanding the control flow of a component allows you to write more efficient components.

Enough blathering out of me. Click on the tweet above or the direct link: https://julesblom.com/writing/react-hook-component-timeline

I thought the quiz was a nice touch too. It was fun to take.