In this episode of my React Hooks Tutorial, we will dive into the useEffect hook and explore, how to use it. We will learn about useEffect dependencies as well as the clean-up function. We will also learn how we can access basically the full component lifecycle using only useEffect. This includes doing things after component mounts, before component unmounts, after component updates and so on.
Starting repository:
https://github.com/philipfabianek/rea...
Ending repository:
https://github.com/philipfabianek/rea...
Timestamps:
►0:00 Introduction
►0:12 Importing the useEffect hook
►0:34 Calling the useEffect hook
►1:10 When does useEffect run
►1:34 useEffect cleanup function
►3:13 useEffect dependencies
►5:03 useEffect usage
►5:36 Ending
Social Media:
►Twitter: / philip_fabianek
►LinkedIn: / philip-fabianek
►Website: http://www.philipfabianek.com
►GitHub: https://github.com/philipfabianek