New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-select-virtualized

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-virtualized - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

package.json
{
"name": "react-select-virtualized",
"version": "0.0.14",
"version": "0.0.15",
"description": "react-select v2 + react-virtualized + react hooks",

@@ -5,0 +5,0 @@ "author": "guiyep",

@@ -10,6 +10,10 @@ # react-select-virtualized

This project came up after hours of trying to find an autocomplete component that supports large sets of data to be displayed and searched for while maintain performance. The only libraries out there that allow this functionality are either not maintained anymore, use outdated libraries or are poorly performant.
I created a component that uses the Airbnb library called `react-virtualized` for the virtual data loading of elements and plugged it to the `react-select’ (the most used autocomplete library for react) menu list.
I created a component that uses the Airbnb library called `react-virtualized` for the virtual data loading of elements and plugged it to the `react-select` (the most used autocomplete library for react) menu list.
only takes 15kb!
## Note
The select component will be the same from `react-select v2` so you will be able to use it with any select you already have.
## Install

@@ -50,5 +54,10 @@

- review all the TODOs. DONE
- improve filtering function in fasr-react-select
- review support to all the react-select props. Should all work but multi-val.
<----- FIRST RELEASE ---->
I have decided to work in the filter on the infinite loader after the release. I tried but the results where not the expected one i wanted.
<-------------------------->
- filtering data on infinite loader, performance degradation start after 30000 elements we need to filter only first batch size so we don't see any
<----- FIRST RELEASE ---->
- add multi value support

@@ -55,0 +64,0 @@ - add testing so we do not only relay on storybook

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc