6 use cases of the useEffect ReactJS hook
Whenever we need to make use of side effects in our application, useEffect is the way to go. This hook doesn't present many complications, except for non-primitive data types, due to how JavaScript handles them.
According to the official documentatio...
blog.damiandemasi.com10 min read