Blazor JavaScript tag #24231
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Currently, blazor support the <style> tag, it is really helpful, this way we can add CSS style only in their respective components.
Otherwise, it is a pain to manage and clean very large CSS files.
So, I think we also need a tag that we can use into each component, with specific component JavaScript.
Currently, I have my own library loading some JavaScript on the fly, but it is done from the code.
My library do the following:
Why JavaScript, because today, there exist so much JS libraries ... they are useful too, having a 100% C# platform is not realist today.
And it works perfectly since months (I can share my code) :-)
Describe the solution you'd like
So, my proposition is
(I have try to create it myself, but the Fragments seems to only support HTML like for now)
(I know that it is an existing feature request already)
The text was updated successfully, but these errors were encountered: