Zack Jackson

Results 449 comments of Zack Jackson

Mind opening a PR with their configs

Great idea! I'm currently looking for a way to get about a months worth of time to just dedicate to this. Id love to screencast this actually, didn't think anyone...

Dont use next/dynamic, use react.lazy dont use federation/utilities package, use module-federation/runtime If server side, react needs to be marked as `external` in the remote server build for commonjs, next cant...

Ignore the type issues and see if it runs.

@klis87 i believe the idea is to attempt to reduce the amount of work needed outside RFR. At least this is the case for Rudy - which if you are...

It cant be external, it IS webpack runtime. Making it external pretty much deletes all the federation runtime module code. bundler runtime is what RuntimeModule binds to, it use to...

No it does not. My runtime can be implemented in vite though We are working on esbuild and native federation bindings back to my runtime currently. Can investigate Vite in...

I’m about to deal with this nightmare lol. So what I think. You need to supply the assets Json file to the micro service. I’m in talks with webpack right...