/react-web-worker-test

A demo app showing the performance difference doing virtual DOM reconciliation in a web worker.

Primary LanguageJavaScript

React Web Workers Test

Usage

  • git clone this project
  • npm install to get all dependencies.
  • webpack to build
  • node server.js to host.
  • Open http://localhost:8000.
  • You can view either /with-worker or /without-worker.
  • Try typing quickly in the text box:
    • without-worker should block the UI.
    • with-worker should perform smoothly.