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