useeffect
- react
Five common mistakes writing react components (with hooks) in 2020
Using useState when no rerender is needed Using router.push instead of a link Handling actions via . . .
useEffect vs useLayoutEffect
useLayoutEffect: If you need to mutate the DOM and/or DO need to perform measurements useEffect: If . . .