paldepind / functional-frontend-architecture

A functional frontend framework.
MIT License
1.44k stars 87 forks source link

Autocomplete example #17

Closed ericgj closed 8 years ago

ericgj commented 8 years ago

Example of a generic "autocomplete menu" component, as used by a zip-code lookup application. See the README for more info.

Some clean-up needs to be done on it, and also I want to incorporate input debouncing, but it's basically done otherwise, if anyone wants to take a look and give feedback.

ericgj commented 8 years ago

FYI I am reworking some of the action flow on this so it's less hard to follow/awkward.