useUpdateDeepCompareEffect

A React Hook like useDeepCompareEffect, but ignore the first invocation on mount.

Demo

Count:
0
GitHub

Usage

See API for more details.

Source

Click links below to view source on GitHub.

API

useUpdateDeepCompareEffect(callback, Deps)

Callback

Same as React.useEffect.

Deps

Same as React.useEffect.