This is a proof of concept of providing an angular service which can filter large datasets in a web worker to avoid UI thread blocking and loss of interactivity to the user.
npm install
webpack-dev-server
Then load http://localhost:8080
Stubs behaviors for testing filtering arrays as a web worker versus the main thread
JavaScript
This is a proof of concept of providing an angular service which can filter large datasets in a web worker to avoid UI thread blocking and loss of interactivity to the user.
npm install
webpack-dev-server
Then load http://localhost:8080