Understanding useEffect: No dependencies vs empty array vs dependencies array
The useEffect hook is fundamental to React functional components, but its behaviour changes dramatically based on how you handle the dependencies array. Let's explore the three main patterns and when to use each one.
useEffect without dependencies ar...
gillesferrand.com5 min read