In this section, you learned:
✅ How to manage different events at different times with the useEffect hook
✅ How to handle dependencies
✅ How to handle asynchronous events
✅ You were able to only trigger events if calculations changed by using React.memo