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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub