@crikey/stores-temporal
TypeScript icon, indicating that this package has built-in type declarations

0.0.16 • Public • Published

@crikey/stores-temporal

Provides time-based store transformations such as debounce and throttle.

See @crikey/stores-temporal for full documentation.

codecov

API

Store creation functions:

  • debounce - only signal store change after a specified amount of inactivity
  • throttle - rate limit store updates

Installation

# pnpm
$ pnpm add @crikey/stores-temporal

# npm
$ npm add @crikey/stores-temporal

# yarn
$ yarn add @crikey/stores-temporal

Readme

Keywords

none

Package Sidebar

Install

npm i @crikey/stores-temporal

Weekly Downloads

3

Version

0.0.16

License

MIT

Unpacked Size

12.3 kB

Total Files

9

Last publish

Collaborators

  • whenderson-crikey
  • whenderson