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).

2 lines (1 loc) 55 B
export { default } from "./useIsomorphicLayoutEffect";