React: Using useEffect Effectively

Whether you’re new to React or you are recently migrating from class components (this late?), you
might not be familiar with how useEffect
works.
Actually, you might be using it still from other existing (or copied 😉) code, but have no idea (or just a small idea) what’s actually happening.
In this post we’ll dive in to this very flexible hook, some example, and some real, common use-cases.
Read more →