Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Micro Frontends with Blazor #58021

Open
1 task done
nssidhu opened this issue Sep 22, 2024 · 0 comments
Open
1 task done

Micro Frontends with Blazor #58021

nssidhu opened this issue Sep 22, 2024 · 0 comments
Labels
area-blazor Includes: Blazor, Razor Components

Comments

@nssidhu
Copy link

nssidhu commented Sep 22, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

I want to include Components(Razor Class Library or even Full Blazor App (Server/Wasm) specific component into another Blazor App.
This would allow to re-use Blazor component from other apps.
Somehting very similar to iFrame, but with stricter security, where the included component should not be able to access anything from host application other than what was passed to it during invocation.

Describe the solution you'd like

<RemoteBlazorComponent URL="https://OtherrunningBlazorApp/ComponentName">

Additional context

Also flow the Auth token to the called app.
The idea is to allow using already prebuilt pages/component to be used from new applications.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-blazor Includes: Blazor, Razor Components label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

No branches or pull requests

1 participant