Knowledge check: Getting started with hooks - Advanced React
Imagine you have to log into the console a state variable, whenever the variable gets updated. What's the best place to perform such operation in a React component?
Before the return statement of the component
the useEffect hook
The useEffect ho...
eplus.dev1 min read