codeforboston / jobhopper

Jobhopper helps planners and career coaches analyze patterns of career-changers to inform policy and planning decisions. Contact jobhopper@codeforboston.org if you have issues you would like to report.
MIT License
11 stars 26 forks source link

Use a virtualized list for select components #244

Open alexjball opened 3 years ago

alexjball commented 3 years ago

There are ~1500 elements in the occupation select. There is noticeable lag using react-select. Consider using react-select-virtualized instead which should render the list more efficiently and still allow for search/autocomplete.

jedpittman commented 3 years ago

per @alexjball , this is somewhat dead-ended currently, but this component will need revamping once we do the smart search. Parking it for now.