| > As someone who has been into mobile app development since 2010, the comments above read like a punch to the gut. We grew up believing that the native experience was better than the web! It is With the transition to web apps, we have lost some excellent quality standards, integration, and availablity.
10 years ago you could have productively used your computer and software without ever needing to touch an internet connection. Nowadays it's either:
- the browser is the portal to everything
- apps are just slow, unresponsive, ugly looking WebViews It's sad that the bar is so low these days that VSCode is considered acceptable. That takes 30 seconds to start up on my i5-8250U with MX150 graphics. Notepad++ launches instantly on a 10 year old 32 bit computer with a *low end CPU. Not criticizing your service btw, I'm sure it's well developed. I hate the general concept at the base tho. |
20 years ago a Windows program was enough (guess why Visual Basic was so popular?).
There's also a flip-side to the equation, the web-platform is damn capable thanks to the relentless pacing (both in features and JIT improvements in JS engines) after IE died off and catching up to it is becoming harder every day.
Looking today the only real choices for cross-platform dev seems to be: WebView, React Native (using Expo is a damn smooth experience almost to the level of webviews) and finally Xamarin/C#. (Yeah, I'm aware of Dart/Flutter but isn't it already long overdue to be killed by Google?)