Well, and there’s also just lots of webpages implemented as an SPA – Single-Page Application.
Which you might be able to register in your browser as a PWA – Progressive Web App.
And which are just generally equally as interactive as an app, so good luck explaining the difference to folks who don’t care about implementation specifics…
For the record, I am a C/Dart/Rust native dev 2+ years deep in a pretty big project full of highly async code. This shit would’ve been done a year ago if the stack was web based instead of 100% native code
Easy to make? Have you worked with JavaScript before? It’s an absolute mess and full of footguns.
And I assume your project doesn’t use async code for shits and giggles? Async code is just as hard in JavaScript except that everything is single threaded anyway.
And even assuming that it really is easier to make: I’d rather have fewer well made applications than hundreds of crappy ones. Each fucking application having to redistribute a whole ass browser is insane, and they’re all slow despite needing massive resources.
Yeah this is on me, I’ve never done web dev in my life. Always been low level shit for me. (The project is a highly networked system with isolates, async/await, futures, etc)
But damn man comparatively JS/TS seems a lot easier ¯\_ (ツ) _/¯
That is true, Typescript and JavaScript look easier. And heck if all you want to do is make the money dance on your web page it really is easier.
But writing actual application? That does actual work with error handling? Hell, no.
It honestly baffles me that anyone would use JavaScript of their own free will, unless that’s the only language you know.
Agreed. So you wrote a shitty web page that breaks constantly, but you still wasn’t me to download it as an “app” so you can track me better? No thanks.
Hm, this one intrigues me: what is commonly referred to as a website, without actually being a website?
A webapp. Or the <use our app instead> apps.
I think they meant all of the apps that are just a website with a wrapper.
This infuriates me to no end. I have a web browser thank you
Well, and there’s also just lots of webpages implemented as an SPA – Single-Page Application.
Which you might be able to register in your browser as a PWA – Progressive Web App.
And which are just generally equally as interactive as an app, so good luck explaining the difference to folks who don’t care about implementation specifics…
Electron apps should be taken out back and shot
Honestly? They’re based for being so easy to make
For the record, I am a C/Dart/Rust native dev 2+ years deep in a pretty big project full of highly async code. This shit would’ve been done a year ago if the stack was web based instead of 100% native code
Easy to make? Have you worked with JavaScript before? It’s an absolute mess and full of footguns.
And I assume your project doesn’t use async code for shits and giggles? Async code is just as hard in JavaScript except that everything is single threaded anyway.
And even assuming that it really is easier to make: I’d rather have fewer well made applications than hundreds of crappy ones. Each fucking application having to redistribute a whole ass browser is insane, and they’re all slow despite needing massive resources.
Yeah this is on me, I’ve never done web dev in my life. Always been low level shit for me. (The project is a highly networked system with isolates, async/await, futures, etc)
But damn man comparatively JS/TS seems a lot easier ¯\_ (ツ) _/¯
That is true, Typescript and JavaScript look easier. And heck if all you want to do is make the money dance on your web page it really is easier.
But writing actual application? That does actual work with error handling? Hell, no. It honestly baffles me that anyone would use JavaScript of their own free will, unless that’s the only language you know.
Agreed. So you wrote a shitty web page that breaks constantly, but you still wasn’t me to download it as an “app” so you can track me better? No thanks.