Earlier quoted context omitted.
Just because you don't see the browser it doesn't mean it's not still there. No, js/html "applications" are not desktop apps, they're web pages. Doesn't matter how you hide it.
Is Sublime Text a native app or a web page?
When a rewrite isn’t: rebuilding Slack on the desktop
31–40 of 408 posts
Re: When a rewrite isn’t: rebuilding Slack on the desktop
#32In fact I'm sure this comment will bring out native fanatics in force.
At any rate, good for them. Seems like they reengineered themselves to a happy medium. I can definitely see myself installing it again at some point.
Re: When a rewrite isn’t: rebuilding Slack on the desktop
#33Re: When a rewrite isn’t: rebuilding Slack on the desktop
#34Earlier quoted context omitted.
No matter the available resources, maintaining three separate desktop apps as well as a web app would mean fewer features and more bugs across the board. And Linux would probably be left on Electron (with less support attention), if not abandoned altogether.
What about React Native on the desktop?
Re: When a rewrite isn’t: rebuilding Slack on the desktop
#35Earlier quoted context omitted.
Just because you don't see the browser it doesn't mean it's not still there. No, js/html "applications" are not desktop apps, they're web pages. Doesn't matter how you hide it.
Is Sublime Text a native app or a web page?
However, only a tiny fraction of Skia’s functionality is actually used, just for rasterizing lines and blitting images. Font rendering is done by using the underlying platform APIs to do the glyph rasterisation. The editor also exposes an ABI/API that plugins can use via Python scripts. C++ provides the cross-platform functionality, Skia provides the cross-platform UI, custom code was written to target specific parts of the UI in macOS (using Cocoa) and Linux (using GTK). A tiny web driver is used to render a super-minimal set of HTML tags for tooltips.
Re: When a rewrite isn’t: rebuilding Slack on the desktop
#36so this new Desktop app will run inside a browser? or it still uses Electron underneath? It's unclear to me after reading the post. It's certainly not a native app though.
Re: When a rewrite isn’t: rebuilding Slack on the desktop
#37Re: When a rewrite isn’t: rebuilding Slack on the desktop
#38The post doesn't say, so does anyone know if the new React version is also available on the web?
Re: When a rewrite isn’t: rebuilding Slack on the desktop
#39so this new Desktop app will run inside a browser? or it still uses Electron underneath? It's unclear to me after reading the post. It's certainly not a native app though.
You're correct about what "native" means; the article never uses the word "native", though. This is still an Electron app, just a vastly improved one.
Re: When a rewrite isn’t: rebuilding Slack on the desktop
#40Would be cool to see a native Reason app from such a big player :)