Zack Jackson

Results 362 comments of Zack Jackson

Wild idea, but would is be possible to do something like extend the delay adaptively? RIC does this but it's often too fast. I've used algorithms that are able to...

Yeah we nearly there. Some help from a repack maintainer would help us land the last parts nicely

Yeah so I looked at the source. I'm pretty sure you're just missing the "last mile" So once the remote is connected, everything works. But you have no mechanism for...

I do but they are proprietary so I cannot share them. This is something I'd like to look at though as possibly open a PR or get on a zoom...

Does your js ever silently crash? On my side, when using query strings and wildcards, my menu stops working (no state changes) and the app seems to silently fail. Only...

Actually, Module Federation works with anything that uses the JavaScript environment runtime. Right now I’ve federated middleware across servers, my GraphQL layer uses module federation against 6 independently deployed systems....

That solution still is more complex than module federation. Which is built into webpack itself. It's designed to let you import from other bundles deployed on different URLs, client or...

Dynamic remotes are supported and I've used them in several ways. In the module federation examples repo, there's a dynamic remote sample doing just that. Remotes can also be nested...

Looking for maintainers on the universal suite. A significant amount of time is dedicated to module Federation and webpack 5 - this would near eliminate the need for Babel transformers...