snowinmars / microfrontends-federation-ng-react-rust-blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro-frontend example

Testing Webpack 5 Module Federation, Angular as the host app (http://localhost:4200), which contains 4 containers:

http://localhost:4204 is used by common bus.

BlazorApp2 is ssr.

Blazor wasm included in the repo precompiled, so you don't have to recompile it. But you can.

Run in localhost

Main point

Blazor doesn't work. I can't inject it properly, idk why.

I should mount it in BlazorApp1/bin/Release/net6.0/browser-wasm/publish/wwwroot/index.js, that's all I'm sure.

About


Languages

Language:JavaScript 83.4%Language:TypeScript 5.4%Language:CSS 5.4%Language:HTML 3.7%Language:Rust 1.2%Language:C# 0.8%