search-suggestion
Version:
Simple, lightweight, flexible search suggestion, autocomplete component
22 lines (15 loc) • 432 B
Markdown
# Example with redux & hackernews API
This example use:
- API from service: [https://hn.algolia.com/api](https://hn.algolia.com/api)
- Debounce input: [Debounce input component](https://github.com/nkbt/react-debounce-input)
## How to use
Download the example
[or clone the repo](https://github.com/ChoTotOSS/search-suggestion):
```bash
cd examples/withDebounceInput
```
Install it and run:
```bash
npm install
npm run dev
```