Best Practices to make you the best React dev you can be (Part 2)
Avoiding useEffect as often as possible
The useEffect hook is used for side effects (data fetching, updating the DOM, subscribing to real-time events, etc). I'm sure you're aware of the second parameter of useEffect, the dependency array, which hol...
blog.fortunealebiosu.dev5 min read