react.dev/reference…

The code inside useLayoutEffect and all state updates scheduled from it block the browser from repainting the screen.

おー、なるほどね??? stateのスケジューリングにも影響するのね。

Taiju Muto @tai2