useEffect
1. Introduction React 19 introduces several improvements to state and side-effect handling, and one of the most notable additions is
React’s useEffect hook allows functional components to perform side effects such as data fetching, subscriptions, or manually changing the DOM.