Using Effects Effectively in React: Stop Misusing useEffect Once and For All
“Effects specifically are still hard to understand and are the most common pain point we hear from developers.” Quoted from the last blog post in the React documentation site. To this day, one of the most difficult concepts to wrap your head around as a React developer is using useEffect properly. It got so bad…