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

https://github.com/tomdoestech/react-debounce-search


https://github.com/tomdoestech/react-debounce-search

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Search form with React

## What are we building
* Search the Interpol database of red notices
* Debounce the search

## What will you learn?
* How to search APIs in React.js
* Debouncing input
* A little bit of TypeScript
* A little bit of React.js