useEffect
A React hook for performing side effects like data fetching, subscriptions, or DOM manipulation. Runs after the component renders.
A React hook for performing side effects like data fetching, subscriptions, or DOM manipulation. Runs after the component renders.