Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 250 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 250 Bytes

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