use-isomorphic-effect
Switch between useEffect during SSR and useLayoutEffect after hydration
Import
Source
Docs
Package
Usage
use-isomorphic-effect allows you to switch between useEffect
during server side rendering and useLayoutEffect
after hydration.
Use it wherever you would use useLayoutEffect
to avoid warnings during ssr: