Sometimes you need to filter 1Gb JSON file on frontend (± 2 millions records) without crashing the browser. Read more
or
Key dependencies:
- React
- react-virtualized - for rendering large arrays.
- simple-web-worker - for filtering lareg arrays.
This project was bootstrapped with Create React App.
- Clone this projec.
npm i
npm run start
Also you can use any other comands from Create React App.