Skip to content

useIsomorphicLayoutEffect

A hook that uses `useLayoutEffect` on the client and `useEffect` on the server.

Installation

Terminal window
npx atmx add hook use-isomorphic-layout-effect