Using useEffect to Execute Logic

Learn to use useEffects to execute different types of logic.

So, how do we execute logic when a function-based component is rendered? Well, we can use a useEffect hook in React, which is what we are going to do in the following steps:

  1. We need to change HomePage so that it has an explicit return statement since we want to write some JavaScript logic in the component, as well as return JSX:

Get hands-on with 1200+ tech skills courses.