useIsomorphicEffect
hookas/use-isomorphic-effectFreeHook
A hook to run an effect on the client and server
Install it
npx shadcn@latest add https://hookas.letstri.dev/r/use-isomorphic-effect.jsonSource
1'use client'23import * as React from 'react'45export const useIsomorphicEffect6 = typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect
Files it writes
More from hookas
All 30 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| useAsyncEffectuse-async-effect | hookas | Hooks | Free | no deps | |
| useClickOutsideuse-click-outside | hookas | Hooks | Free | no deps | |
| useDebounceCallbackuse-debounced-callback | hookas | Hooks | Free | no deps | |
| useDebounceMemouse-debounced-memo | hookas | Hooks | Free | no deps | |
| useDebounceStateuse-debounced-state | hookas | Hooks | Free | no deps | |
| useElementSizeuse-element-size | hookas | Hooks | Free | no deps | |
| useFullscreenuse-fullscreen | hookas | Hooks | Free | no deps | |
| useIntervaluse-interval | hookas | Hooks | Free | no deps |
