A React Hook like React.useLayoutEffect, but ignore the first invocation on mount, and use useIsomorphicLayoutEffect
under the hood to support Server-side Rendering (SSR).
See API for more details.
Click links below to view source on GitHub.
Same as React.useLayoutEffect.
Same as React.useLayoutEffect.