/react-autocomplete-demo

React autocomplete basic demonstration

Primary LanguageJavaScript

This is a very basic demonstration of a react autocomplete component. It's not meant for production usages as it lacks refinements and tunings.

autocomplete

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Future work 🔮

  • Extract components: Results.js, Result.js and Loading.js to better organize the code.
  • Optimize state mutations & re-renders to increase performance (or use Vue 😛)
  • Check if we can avoid the usage of state by leveraging stateless components
  • Use sass instead of css (!)