Modular Blazor application sample #17398
agriffard
started this conversation in
Show and tell
Replies: 1 comment
-
Note: It has been inspired by this project: https://github.com/aishang2015/BlazorAdmin in which the owner goes further and managed to obtain an Admin with features from separated modules (RBAC, Menu, ...). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example I started for a Blazor sample application in which I tried to separate the Account pages (First generated from the VS project template with the 'Individual accounts' option selected) in a distinct project:
https://github.com/agriffard/ModularBlazor
The main goal is to see how it is possible to load some pages from a separate project than the main application.
Let's call it a Module (I don't from where this idea came to my mind?).
This is a really basic approach.
I tried to document the steps to obtain the current result in the Readme.
It might need some more separation of concern (Ex: Move related Dependency injection instructions from Program.cs to module).
Don't hesitate to share your thoughts if you are able to test it and give some feedback (Discussions are open on the repo).
Beta Was this translation helpful? Give feedback.
All reactions