Hacker News new | ask | show | jobs
by pocketarc 1109 days ago
> The meme of installation being hard needs to die.

I think that meme is just people trying to come up with rational reasons for the death of native apps where there are none. The reality is that it's more expensive and takes longer for a big businesses to build a different native app for each OS, so they push web apps. It also takes longer for smaller devs to build multiple native apps, so they push web apps.

That's what it comes down to. If you're building an app like Discord, you can write native clients for macOS, Linux, Windows, iOS, and Android, OR you can write a single React app, throw in a bit of React Native and a few OS-specific tweaks, and you've got all 5 platforms covered.

There's no big conspiracy. Desktop apps aren't worse. It's just business.