https://github.com/threepointone/react-debounce
debounce as a component
https://github.com/threepointone/react-debounce
Last synced: about 1 month ago
JSON representation
debounce as a component
- Host: GitHub
- URL: https://github.com/threepointone/react-debounce
- Owner: threepointone
- Created: 2015-07-23T20:20:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T20:24:10.000Z (almost 10 years ago)
- Last Synced: 2025-02-03T22:51:14.641Z (4 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
react-debounce
---
`npm install react-debounce --save````js
import {Debounce} from 'react-debounce';...
{
value => debounced: {value}, actual: {input}
}
```for a better example - look at [an integration with with react-superagent for a search box.](https://github.com/threepointone/react-superagent/blob/master/examples/simple/app.js)