Hacker News new | ask | show | jobs
by V-2 3725 days ago
Agreed. I would actually be curious to read some counterarguments. Alas, noone has offered any
2 comments

I think the community has a prevailing opionion that C# is part of a UWP lock-in and they're concerned about that.

I'm sure at least some people think C++ is helpful as a hedge against this.

Surely writing to the Windows Platform API is where the lock-in is, not the choice of language?
¯\_(ツ)_/¯

But that argument revolves around the growing importance of the Microsoft software store. Its actually an argument between ISVs and Microsoft about how much control MS can have in software distribution and security.

Runtime heap usage.
Isn't that a performance concern though? Especially within the context of a react native implementation that environment is already going to push you way above what is achievable with C++.

If we're talking a 5% reduction in the net heap usage for a react native app at the cost of substantially more error prone code, is that really a win? Hell, make it 10%? These apps still readily fit in mobile hardware, and you wouldn't be using react native on a Pi or other more tightly resources embedded system.

Performance should be a pretty big concern for UI frameworks. Would be interesting to see some benchmarks.