How to implement comlink in Next.js 14 App Route
I would like to use comlink in my current Next.js 14 project, but I don't know what is the proper way for doing it, I would be grateful to see an example for that
Nothing additional should be needed just to have access to web workers in Next.JS at least not via webpack. If you are using turbopack dev --turbo I think it is one of their features that are not yet supported.
Nothing additional should be needed just to have access to web workers in Next.JS at least not via webpack. If you are using turbopack
dev --turboI think it is one of their features that are not yet supported.
Could give me an example? Like a repo or something
I've created Next.js 15 Comlink examples at https://github.com/subwaymatch/nextjs-comlink-examples.