Currently researching patterns for Web Workers and I’m kinda sad Shared Workers don’t have great support (although desktop support is excellent outside Safari that removed them?). Think a single shared state machine—with subscriptions—across all open app instances.

  • 0
  • 2
  1. There’s a great example by @DasSurma on moving Redux into a Dedicated Worker (surma.dev/things/react-redux-comlink/index.html) which helped me get over the hurdle I had when coding up a demo. Can share soon.

    • 1
    • 0