# useUpdateEffect > A useEffect that skips the initial mount and runs only on updates. - Category: Effects - Package: `hookli` (install with `npm i hookli`) - Docs: https://hookli.vercel.app/docs/use-update-effect ## Signature ```ts useUpdateEffect(effect: EffectCallback, deps?: DependencyList): void ```