useEffect()
Term side of the Card
Topic: Hooks
Unit title: useEffect()
Categories: Hook
Explanation side of the Card
Explanation: The hook that performs side effects in function components, such as data fetching, subscriptions or manually changing the DOM. It runs after the component renders and can be configured to run based on dependencies.