Recently, I’ve dived back into the world of Asp.Net and I’ve been using Blazor [0].<p>Having built a few apps with it, I can see the value of having a strongly typed language on both the frontend and backend, as well as having the markup files and code being in the same file.<p>I’m now wondering what would be required to have something similar in Golang?<p>0: https://learn.microsoft.com/en-us/aspnet/core/blazor/