@pastable/react

React effect hook that invokes only on update.

Usage

useUpdateEffect(() => {
    // do something on updates
}, []);

Source

Adapted from https://github.com/chakra-ui/chakra-ui/blob/main/packages/hooks/src/use-update-effect.ts