Search...
A React Hook that like useEffectOnce but use useIsomorphicLayoutEffect under the hood.
See API for more details.
Click links below to view source on GitHub.
// alias to `useIsomorphicLayoutEffect(callback, [])` with more semantic name useLayoutEffectOnce(callback)
Same as React.useLayoutEffect.