epic-react-exercises
epic-react-exercises copied to clipboard
Refactor `useNextEffect = typeof window !== "undefined" ? useLayoutEffect : useEffect`
I'm calling this everywhere move is somewhere and call it from there so that I don't always copy paste this everywhere
const useNextEffect = typeof window !== "undefined" ? useLayoutEffect : useEffect
in the following files:
main.jsuse-async.jsreact/advanced-hooks/3react/advanced-hooks/2