codeforboston / codeforboston/jobhopper
Use a virtualized list for select components
Open
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
There are ~1500 elements in the occupation select. There is noticeable lag using react-select. Consider using [react-select-virtualized](https://github.com/guiyep/react-select-virtualized#readme) instead which should render the list more efficiently and still allow for search/autocomplete.
Contributor guide
Assessment
This issue has not been assessed yet.