Replies: 1 comment 1 reply
-
Thanks @affableashish! I am very interested to learn how many (potential) Blazor devs would want this. Do you have any indication? My approach would be to generate a C# Markup api for HTML5 based on https://github.com/tawesoft/html5spec/blob/master/spec-json/elements.json , and then integrate into Blazor so you no longer have to mix HTML and C# in the same page - it can all be C#, and you can maintain separation between UI markup (declarative) and UI logic (imperative) in partial class files if you like. I have not looked into how you can emit HTML from C# in Blazor - if you can point me in the right direction I would appreciate. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thank you so much for this amazing library you've put together!
I'd like to make a request:
Can you please bring this to Blazor?
We .NET web developers would rejoice to see this come to Blazor.
Beta Was this translation helpful? Give feedback.
All reactions