0.0.16 • Published 1 year ago

@crikey/stores-temporal v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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
0.0.16

1 year ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.2

3 years ago