An open API service indexing awesome lists of open source software.

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

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)