UNPKG

@react-hookz/web

Version:

React hooks done right, for browser and SSR.

7 lines (6 loc) 232 B
import { useEffect } from 'react'; /** * Alias for `useLayoutEffect` in browser, but for `useEffect` at server side. Helps to avoid * warning shown during SSR. */ export declare const useIsomorphicLayoutEffect: typeof useEffect;