top | item 32071032

(no title)

kkdaemas | 3 years ago

Surely it's easier to stick to JavaScript The Good Parts than to introduce a whole new layer in the form of Blazor?

discuss

order

labrador|3 years ago

Blazor is not equal to JavaScript. Blazor is Microsoft's answer to React and Flutter. So far of the three, I like Blazor, but not the server version that uses SignalR to communicate with the client because it locks you in. Blazor Webassembly is awesome, but just needs a good DOM manipulation library. With Blazor Wasm on the client, I can use anything on the back end.