Ask HN: What do you think about app native vs. portable look-and-feel?
4 ttd 6 6/20/2025, 4:06:24 PM
I'm curious how people feel these days about applications that use the platform's native UI toolkit, versus applications that use something platform-neutral like browser tech. I'm not really asking about the developer side of things, since that is its own discussion, but more on the user side.
My own views on this have evolved in the last 10 or so years. I used to vastly prefer applications using the platform's native UI controls, but at some point recently I realized I no longer really care all that much, and I don't think it factors in to my purchase or usage decisions anymore. I was actually surprised when I realized this.
Curious of others' opinions or perspectives.
There were always outliers and ugly UIs, but it always felt like there was a uniformity that made it easier to get around in an unfamiliar app. Whereas now, electron apps look and work very differently (comparing slack to Spotify to VSCode and so on).
That said, I think very few people care as much as I do about it, and cross-platform UIs save a ton of development work.
One idle thought I had: when computer interfaces were still new, using physical analogies like file cabinets was good practice for teaching new users. Maybe GUIs are now commonplace enough that people are able to speak the different "languages" without as much trouble.
They’re great to get started, and when what you need is already available. But they’re a pain for everything else.
If it isn’t useful, it doesn’t matter.
Sure some developers have strong opinions about this…and if you are selling to developers those opinions matter (most commonly, a job interview ).
But apps are gonna be shit for other reasons and the attraction of native-or-not is that fixing those reasons are much harder. Even when you choose to use theory to make GUI choice to add to complexity of development).
Or to put it another way, the simplest thing that might work means you stay working instead of thinking (thinking != working). Good luck.