https://github.com/tomdoestech/react-debounce-search
https://github.com/tomdoestech/react-debounce-search
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomdoestech/react-debounce-search
- Owner: TomDoesTech
- Created: 2022-02-04T23:11:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T23:11:32.000Z (over 4 years ago)
- Last Synced: 2025-04-08T08:46:33.789Z (about 1 year ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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