useDidUpdate*

Calls given function in useEffect when value changes, but not when the component mounts.

hooks

useDidUpdate hook works the same way as useEffect but it is not called when component is mounted

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-use-did-update
# └──> Hook coming soon.

Usage