The code inside useLayoutEffect and all state updates scheduled from it block the browser from repainting the screen.
おー、なるほどね??? stateのスケジューリングにも影響するのね。
The code inside useLayoutEffect and all state updates scheduled from it block the browser from repainting the screen.
おー、なるほどね??? stateのスケジューリングにも影響するのね。