Effects
Term side of the Card
Topic: Basics
Unit title: Effects
Categories: Concept
Explanation side of the Card
Explanation: The any actions that React components perform after rendering, like interacting with the browser, fetching data or updating the DOM. They help manage tasks that need to happen in response to changes in the app and are typically managed using hooks like useEffect, but can also include other side-effects in the component lifecycle.