Earlier quoted context omitted.
> "I'm not saying they can't, I'm saying they don't." They already do. Electron, Web Components, etc... > "Do you even have evidence that it'll be better than what we have now in other languages if it does take over?" Compare the performance of vanilla JS vs. asm.js. It is clear from what developers have stated that WebAssembly performance will exceed the performance of asm.js, the threading improvements alone should…
> 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 roo…
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.