Skip to content

Testing React/Redux application where store is on worker thread.

License

Notifications You must be signed in to change notification settings

dai-shi/redux-web-worker-example

 
 

Repository files navigation

Redux in Web Worker Example

This project is an experiment that builds a reasonably complex React/Redux application which manages a grid of data, including doing simple calculations using MathJS.

The application can be used here:

https://dfbaskin.github.io/redux-web-worker-example/

Three versions of the application are provided.

  1. Version One - all processing is on the UI thread (no web worker is used).

  2. Version Two - the entire Redux store is on a worker thread and Reselect selectors are used to move data from the web worker as needed.

  3. Version Three - uses the redux-in-worker package to manage the redux store (this version provided by Daishi Kato).

Resources

About

Testing React/Redux application where store is on worker thread.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.1%
  • JavaScript 20.4%
  • CSS 4.4%
  • HTML 3.1%