Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 728 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 728 Bytes

@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