Hacker News new | ask | show | jobs
by treespace8 1820 days ago
When even Microsoft isn't writing native desktop apps anymore, you know it's dead.
2 comments

Is that why MS Teams is so glitchy? I really wish companies don't abandon native.
I believe companies are abandoning native because Electron lets them reuse the same code and the same developers they employ for the web and also because there is no cross-platform GUI toolkit good enough. Qt could be such a toolkit but you can only choose between very expensive and GPL, and you probably wouldn't even have the GPL version if the company behind wasn't forced to maintain it.
I can understand if MS Teams was some indie dev. Surely MS can just hire more developers?
The Office suite is no less glitchy.
Do you mean Office 365? Classic offline Office seems Okay.
Well, it does make me wonder. Going from Angular or AngularJS to React is basically rewriting the front-end - also conceptually in regard to React immutability concept.

On the other hand, they have already WebView for Blazor and they need Teams to be cross-platform, also for Linux.