Saturday, 01 March 2025
So, today I found out that there is a tag for making dropdowns. It is interesting how hard it is to figure this out without digging through the internet so much. Just look through the commit history for my blog site to see what I mean.
As those who also seen me write this and/or looked at the code for the site will know that I am writing this in C# using Blazor/WAsm. The thing I am still somewhat confused on is how the "server" can have both interactive server and Web Assembly. If I tell a component to be an Interactive anything, it seems to do nothing. But what I think what it means by interactive Server is simply that the server will generate the HTML that is then sent to the browser. This is quite interesting, and I don't think it would hurt much but at the same time, it is only a matter of time. I am not a web developer, and it is quite obvious.