useIsomorphicEffect
Alias for useLayoutEffect in browser and useEffect at server-side.
Installation
Install the custom hook from your command line.
npm i @raddix/use-isomorphic-effect
Usage
API
Use it exactly the same as useLayoutEffect
.
Alias for useLayoutEffect in browser and useEffect at server-side.
Install the custom hook from your command line.
npm i @raddix/use-isomorphic-effect
Use it exactly the same as useLayoutEffect
.