UNPKG

@utilityjs/use-isomorphic-layout-effect

Version:

A React hook that schedules a `React.useLayoutEffect` with a fallback to a `React.useEffect` for environments where layout effects should not be used (such as server-side rendering).

4 lines (3 loc) 139 B
import * as React from "react"; declare const useIsomorphicLayoutEffect: typeof React.useEffect; export default useIsomorphicLayoutEffect;