react-filter-demo
react-filter-demo copied to clipboard
Demonstration of how to implement search in large amounts of data (up to 2+ million rows) at frontend
Filtering large amount of data
Why ?
Sometimes you need to filter 1Gb JSON file on frontend (± 2 millions records) without crashing the browser. Read more
Working demo ?
or
What do you use ?
Key dependencies:
- React
- react-virtualized - for rendering large arrays.
- simple-web-worker - for filtering lareg arrays.
This project was bootstrapped with Create React App.
How to run localy ?
- Clone this projec.
npm inpm run start
Also you can use any other comands from Create React App.