Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/next-debounce
Debounce for next.
https://github.com/afeiship/next-debounce
debounce effective next throttle
Last synced: 8 days ago
JSON representation
Debounce for next.
- Host: GitHub
- URL: https://github.com/afeiship/next-debounce
- Owner: afeiship
- License: mit
- Created: 2017-03-23T07:29:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T01:46:30.000Z (over 3 years ago)
- Last Synced: 2024-10-28T07:30:34.101Z (about 2 months ago)
- Topics: debounce, effective, next, throttle
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-debounce
> Debounce for next.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```bash
npm install -S @jswork/next-debounce
```## usage
```js
import '@jswork/next-debounce';//DOCS here!
```## license
Code released under [the MIT license](https://github.com/afeiship/next-debounce/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-debounce
[version-url]: https://npmjs.org/package/@jswork/next-debounce[license-image]: https://img.shields.io/npm/l/@jswork/next-debounce
[license-url]: https://github.com/afeiship/next-debounce/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-debounce
[size-url]: https://github.com/afeiship/next-debounce/blob/master/dist/next-debounce.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/next-debounce
[download-url]: https://www.npmjs.com/package/@jswork/next-debounce