useEffect Hook in React
Synchronize with external systems: fetch, subscriptions, timers, DOM APIs.
Synchronize with external systems: fetch, subscriptions, timers, DOM APIs.
Provide defaults with default parameters (modern) or defaultProps (legacy).
Render UI conditionally with &&, ternaries, or early returns.
Pass strings, numbers, objects, arrays, and callbacks as props.