useLayoutEffect()
Term side of the Card
Topic: Hooks
Unit title: useLayoutEffect()
Categories: Hook
Explanation side of the Card
Explanation: The hook that runs synchronously after all DOM mutations but before the browser has painted. It's useful for reading layout information or making measurements before the user sees the changes, preventing visual inconsistencies.