Welcome to the world of SPAs. Where every little thing needs its own application.
Damn it, we even have HTML tags that are impossible to employ in their entirety without use of JavaScript. <dialog> is infuriating and is literally two attributes away from not needing JavaScript.
Except on Chrome. Dialog is broken on Chrome and you will have to clean up with JavaScript after chrome’s own half assed implementation.
When I was young and having fun building my own personal sites, I made sure everything could work without Javascript. Now I’m an Angular developer for work and I die a little more each day.
The difference between a SPA and any other site these days is simply where the application runs and what languages you can build it with, though less the latter with options like wasm.
Welcome to the world of SPAs. Where every little thing needs its own application.
Damn it, we even have HTML tags that are impossible to employ in their entirety without use of JavaScript.
<dialog>
is infuriating and is literally two attributes away from not needing JavaScript.Except on Chrome. Dialog is broken on Chrome and you will have to clean up with JavaScript after chrome’s own half assed implementation.
When I was young and having fun building my own personal sites, I made sure everything could work without Javascript. Now I’m an Angular developer for work and I die a little more each day.
Funny how that works
JS is the web now. Been going this direction for quite some time.
The difference between a SPA and any other site these days is simply where the application runs and what languages you can build it with, though less the latter with options like wasm.