All Projects → threepointone → React Debounce

threepointone / React Debounce

debounce as a component

Programming Languages

javascript
184084 projects - #8 most used programming language

react-debounce

npm install react-debounce --save

import {Debounce} from 'react-debounce';

...
<Debounce period={200} value={input}>{
  value => debounced: {value}, actual: {input}
}</Debounce>

for a better example - look at an integration with with react-superagent for a search box.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].