Code Monkey home page Code Monkey logo

Comments (7)

developit avatar developit commented on June 17, 2024 2

Apologies for the radio silence. I would indeed recommend going with worker-plugin + comlink. It's a little less magic and avoids the tradeoffs comlink-loader comes with.

from comlink.

JesseFarebro avatar JesseFarebro commented on June 17, 2024 1

@surma I have resorted to using webpack's worker loader and comlink. The combination works very well and hopefully, that is the recommendation going forward instead of using the comlink webpack loader.

from comlink.

NicolasRannou avatar NicolasRannou commented on June 17, 2024 1

@JesseFarebro could you point us out to a working demo of the implementation? I keep running into random issues... :(

from comlink.

surma avatar surma commented on June 17, 2024

I didn’t write comlink-loader, @developit did.

That being said, I think it’s saner to deprecate comlink-loader and point to the much more generic worker-plugin. It should make workers with webpack work like a charm.

@developit WDYT?

from comlink.

mrfelton avatar mrfelton commented on June 17, 2024

Can Comlink be used in conjunction with worker-plugin? It seems like they are entirely different things. worker-plugin seems to just loads workers where as Comlink actually proxies things and makes working with workers easy. Am I missing something?

from comlink.

surma avatar surma commented on June 17, 2024

You are right, they solving completely different problems — but that is a sign that they are work well together, no?

worker-plugin teaches webpack to understand the Worker constructor. You don’t need to create a separate entry point or anything in your webpack config to make that work. But it just gives you a normal worker instance.

Comlink can be used on top of that to give you the ergonomics.

We are using this very combination in Squoosh.

from comlink.

surma avatar surma commented on June 17, 2024

Going to close this as it doesn’t seem actionable anymore.

Please re-open if you disagree.

from comlink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.