Use Isomorphic Layout Effect components

Use Isomorphic Layout Effect

A hook that allows you to use the isomorphic version of useLayoutEffect, ensuring compatibility with server-side rendering.

No preview, check the code to understand how it works

The useIsomorphicLayoutEffect hook is a custom hook that allows you to use the useEffect hook in the server and client side.

Variants list