Bundling part of the application as a service worker #10654
Unanswered
m-a-r-c-e-l-i-n-o
asked this question in
Help
Replies: 1 comment
-
The title is wrong. It should be 'Bundling part of the application as a web worker'. Service workers != web workers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
We have a fairly complex application and we've seen drastic performance gains from including the entire Redux workflow inside a web worker, but that created some maintenance concerns. Is there a way to tell Next.js to build a portion of the app as a web worker? In other words, we need a "web worker bundle" and an "app bundle".
We will most likely use: https://github.com/dai-shi/redux-in-worker
Beta Was this translation helpful? Give feedback.
All reactions