useIsomorphicEffect
A replacement for useLayoutEffect (opens in a new tab) that works on the browser and the server.
Check the console.
Type Definitions
import { useEffect } from 'react';
const useIsomorphicEffect: typeof useEffect;
A replacement for useLayoutEffect (opens in a new tab) that works on the browser and the server.
Check the console.
import { useEffect } from 'react';
const useIsomorphicEffect: typeof useEffect;