linnarsson-lab / loom-viewer

Tool for sharing, browsing and visualizing single-cell data stored in the Loom file format
BSD 2-Clause "Simplified" License
35 stars 6 forks source link

Use react-select-fast-filter-options to improve react-select performance #52

Closed JobLeonard closed 8 years ago

JobLeonard commented 8 years ago

Currently our interface somewhat chokes on the tens of thousands of genes to filter through. A library was just released to help with that:

https://github.com/bvaughn/react-select-fast-filter-options

JobLeonard commented 8 years ago

Implemented yesterday but forgot to close. The dropdown is much faster now!