felipe.lavin.blog

On making stuff with code. And making code to do stuff.

React lifecycle diagrams

React lifecycle diagrams – pretty useful to understand the sequence in which every method is invoked when a React component is created or updated. Check the official docs on React.Component for more details.