Hacker News new | ask | show | jobs
by Dude2021 3051 days ago
With enough luck and given time you will be able to skip JS at all! If the community will find the life force after wasting many years on SPA, then we might even see some HTML—near-free canvas/WebGL GUIs!
4 comments

I am not a fan of this. Browsers by now have awesome text layout and rendering support, highlighting, screen reading, zooming. Individual images can be seen/copied/saved, user scripts and styles and browser plugins can access the loaded html content, and so on.

All this will have to be redone in canvas for no good reason and I doubt it will be nearly as good as what browsers can do already, and we will lose a lot of openness and interop.

Microsoft is already doing it with .NET, others as well.

Expect the revenge of browser plugins.

no way a .net plugin become mainstream, thankfully we left behind java-like-plugins.
Sorry to disappoint you, but everyone is on the WebAssembly race, all plugins will be back, like it or not.

https://github.com/appcypher/awesome-wasm-langs

https://github.com/mbasso/awesome-wasm

As for Microsoft, they just announced the Blazor project.

https://blogs.msdn.microsoft.com/webdev/2018/02/06/blazor-ex...

Thank browser developers for opening the pandora box.

While I agree that we may be able to rid ourselves of JS, why would we want to rid ourselves of HTML? It's become an excellent language for describing a UI.