DEV Community

Discussion on: There's a buzz about Blazor

Collapse
 
sirseanofloxley profile image
Sean Allin Newell • Edited

One of the ways to get shared code that I find compelling is F#'s SAFE stack option. It leverages JS still as a compilation target, which means I am still in the existing ecosystem, but am getting some really nice F# goodness.

Another option is TS with three distinct compilation units, NodeJs server, shared model, and client.

I would agree that options are good.

Web assembly is indeed exciting, but I'm just not so sure about blazor.

I'm gonna let it all play out and see what happens 🍿.

Collapse
 
saint4eva profile image
saint4eva

There is JSInterop in Blazor.