Live data from Hacker News

Grand Unification of Web Technologies Proposal

docs.google.com

1–10 of 85 posts

Re: Grand Unification of Web Technologies Proposal

#2
If the basic theory is that JavaScript dramatically out-performs CSS and HTML in a browser, why not compile your CSS, HTML, and JavaScript websites into pure JavaScript similar to how Kotlin or TypeScript are compiled to ECMAScript before publication?

Re: Grand Unification of Web Technologies Proposal

#5
Maybe the next step of the "web" is just to fully embrace the browser as an app VM. Have one standard for reading Wikipedia, and another for running Figma in the browser.

WASM + some common simple widget-esque API (like a small subset of Cocoa/GTK/QT). The browser provide implementations of some functionality like text-rendering and event handling, but then it's up to developer/frameworks to solve everything else.

Post reply on HN