Coder Social home page Coder Social logo

Comments (3)

zamotany avatar zamotany commented on May 27, 2024

I understand that I can code a Remote component -> bundle remote chunk has name is remote.chunk.bundle -> upload this chunk to my server -> and in my other project, I can display Remote component without any code related to this Remote component by downloading remote.chunk.bundle via ChunkManager.
Is my understanding correct?

That's not how it's intended to work, at least not the async chunks approach.

What you're describing is a scenario with 2 project (2 separate Webpack compilations), whereas Async chunks approach is for single project (single Webpack compilation). In theory you could do it with 2 projects, but the likelihood of it working is very slim - most likely it will crash the app because chunks from project A are not compatible with chunks from project B.

If you still want to have 2 projects, your only options are:

from repack.

TMaszko avatar TMaszko commented on May 27, 2024

You can use flag forceRemoteChunkResolution and it will use provided url as a source instead of the current dev server even in the development mode.

from repack.

RafikiTiki avatar RafikiTiki commented on May 27, 2024

As @zamotany suggested – Module Federation is probably the right option for your use case, luckily repack v3 has official support for MF built in.

from repack.

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.