Learning · Experience · Writing

Stay curious.
Learn by doing.
Keep a record.

97 months into my career as a developer. I document the decisions and lessons shaped by solving real problems.

Browse latest writing

New release / 01

Frontend / React · 12 min read

React useEffect vs useLayoutEffect: Timing and Use Cases

Understand how useEffect and useLayoutEffect differ in timing, browser paint, DOM measurement, flicker, SSR, and when to choose each React Hook.

#useEffect#useLayoutEffect
Read article