-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
POC Blazor Component #15068
Comments
It was one of those ideas that I was thinking of years ago, @agriffard did some Blazor integration with OC. If someone is interested he can show us a demo in the Orchard Core meeting, or I might do it after finishing plenty of my pending PRs :) |
See #14722 for a discussion about using OC in a Blazor .NET 8 web app. |
Cool thanks, we need a POC pull request that will be using source code now to see how we will integrate it. I'm guessing we can take ideas from the Nuget package solution but we also need to think on the OC structure if we start adding these. |
Adding how-to-guide will be helpful. |
@ns8482e Would you have time to do something? I can't really move away from the Vue3 Pull Request much. |
Thank for pointing out typo mistake. It should be |
I'm getting a lot of requests around Blazor components recently since .NET 8 is out.
We need to create a POC and for that matter we could replace a Vue component that we use in the Admin UI.
Refactoring the OptionEditor to a Blazor component would be a good starting point to see how it would integrate as part of OC.
We need to evaluate the maintainability of these components. We also need to see if we could integrate a more complex component like the Media Library, Media Library picker or even the CORS UI eventually.
@ns8482e
The text was updated successfully, but these errors were encountered: