|
|
|
|
|
by scrollaway
3850 days ago
|
|
> They already do. Electron, Web Components, etc... And nobody can agree on which to use. It's not standard if it's just "some set of components some people reuse". A far cry from standardization. > Compare the performance of vanilla JS vs. asm.js. That's not what I'm comparing. I'm comparing the performance of native toolkits vs web toolkits on asm.js. It pales in comparison, and the battery usage is through the roof. ymmv? > So what are we looking at to replicate that? 1. Standardization of components (developer does not have to build their own scrolling system, context menu, etc)
2. Themability of components at the application level (developer can style components not to clash with the style of the application)
3. Themability of components at the platform level (user can style the application not to clash with the style of their own desktop)
4. Performance needs to shoot way, way up. Apps can't rely on a performant GPU, it's unreasonable to ask that of every device at this point in time. Some day maybe every device will come with their own high performance GPU, but eventualism cannot excuse bad coding practices and unnecessary layering. The rest should follow. But I still don't see us getting any of those things, any time soon. These are not easy problems to solve. |
|
Atom uses Electron, VS Code uses Electron, Light Table uses Electron (starting with v0.8).
As for the web side, web apps are a young field, what else would you expect?
There are certainly popular UI elements, Bootstrap for example.
If you want to make an web app that looks native, using React Native could be a good solution.