A react hook for making state changes smooth.
Suppose you have some state that belongs to a progressbar. If the value of the progressbar changes from 0 to 50, this hooks makes this pulse change (0 -> 50) smooth (0 -> 1 -> 2 -> ... -> 50).
npm i -S use-smooth
MIT © Zamin