A hook that resolves to useEffect on the server and useLayoutEffect on the client.
Argument value | Type | Description |
---|---|---|
callback | function | Callback function to be called on mount |
Returns useEffect
when "window" is not in scope and useLayoutEffect
in the browser
Join our discord server! You can click the floating discord icon at the bottom right of the screen and chat with us!