React hooks for running code inside web workers without needing to eject CRA apps.
-
Updated
May 19, 2021 - TypeScript
React hooks for running code inside web workers without needing to eject CRA apps.
Example code for article - Optimizing Your Next.js App By Offloading Compute-Intensive Tasks from Main Thread to Web Workers
fetch and process data in web worker, store in indexedDB.
Using embeddings from a pre-trained language model to provide semantic search capabilities in a combobox interface, directly in the browser.
A P2P File sharing system similar to Torrent, where users can seed[upload] or download files simultaneously. Currently I have implemented a browser based client in react js which utilizes web workers to paralelly upload/download files. Backend is implemented in Node Js. Entire application is powered by the magic of Socket Programming.
Web Workers with React, Brain.js, and other things
Add a description, image, and links to the web-worker-react topic page so that developers can more easily learn about it.
To associate your repository with the web-worker-react topic, visit your repo's landing page and select "manage topics."