Zack Jackson

Results 1008 comments of Zack Jackson

Or can you do a zoom call? Dm me on twitter and we can do one whenever, just need to see a handful of thing for a few moments to...

You cant use next/dynamic with federated imports - it converts them into require calls, not async imports. The ssr flag doesnt do anything as it still requires the code in...

Next dynamic can only be used on federated imports. If you have other imports for non-module federation code, Next will want dynamic for inter-component dynamic import or local imports. Regarding...

It means multiple version of react are loading. Ensure pages have a get initial props and see if that makes it any better. Ensure that all remotes use import from...

Try copying one of my examples and making minimal changes to it. Or ass getInitialProps to all your pages everywhere. Since some do not have that

Yeah if it's a non ssr remote then you need to prevent hydration errors