|
|
|
|
|
by marvindanig
1259 days ago
|
|
This is bad advice and just plain wrong. There are horrible slow or just badly built apps written with native stack as well. Native is worthwhile for “appstore only” businesses. Mostly. For everyone else, a universal web app is the recommended path forward. Anyone who has a web app should absolutely avoid rewriting the same business logic three times over in native languages just for the appstores. It’s a nightmare to maintain and sync up three teams and codebases, not to mention also insanely expensive. The future is pwa + webassembly + webview, and there’s no advantage of native over web whatsoever. |
|
This take is outright wrong. Non-native/webview-based apps are only a tolerable option if your goal is to maximize the number of platforms you cover with the same code base and skeleton crew dev team, at the expense of forcing users to endure subpar user experiences.