FE -- The React Lifecycle
Posted on Jul 20th, 2020
Today we’re going to learn all about the React lifecycle and how you can use it to make applications that retrieve and store data.
Project
React Trivia Game – this is due on Thursday.
Resources
- State and Lifecycle from the React docs
- React Lifecycle Methods in Plain Approachable Language – I didn’t love this article, but it does really break it down.
- Video on React Lifecycle Methods
- If you are having a hard time not mutating your state in React, try Immer.