JavaScript Framework with C# syntax
Does anyone know if there is any alternative to JS Frameworks such as Angular, React, Svelte etc but has C# syntax and structure? We're primarily using Blazor for our main apps and very satisfied with it, but we are currently building some smaller apps and we do not want the user to be required to load the framework and have the overhead. But we would still like to stay in the "C# Realm".
3 Replies
i think Blazor is your only option
i think the most you can do is typescript -- at least for well supported and production stuff
Why not just use server side rendering for such apps? Or hybrid?