Skip to content

mochetts/react-autocomplete-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (!)

About

React autocomplete basic demonstration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published