Provides time-based store transformations such as debounce
and throttle
.
See @crikey/stores-temporal for full documentation.
debounce
- only signal store change after a specified amount of inactivitythrottle
- rate limit store updates
# pnpm
$ pnpm add @crikey/stores-temporal
# npm
$ npm add @crikey/stores-temporal
# yarn
$ yarn add @crikey/stores-temporal