Unless I’m mistaken, JavaScript handles most of the event listeners and dynamic actions on websites… I suppose there is PHP and ASP doing a bit of that too, but I think most of it is JS
It wouldn’t be as flashy looking
What, why not?
brax@sh.itjust.works 2 days ago
MonkderVierte@lemmy.zip 1 day ago
But most of it could be done in native with not much extra work. And much less breakage. Most of it is on a framework developers side of course.
TheViking@nord.pub 1 day ago
Do you love the internet that existed before the Y2K ??
MonkderVierte@lemmy.zip 1 day ago
We got CSS 3 and HTML 5 since then.
TheButtonJustSpins@infosec.pub 2 days ago
JavaScript is how most of the fancy stuff happens. Sites would be a lot more static without it.
MonkderVierte@lemmy.zip 2 days ago
But most of JavaScript use is as a brittle replacement for CSS and HTML features, aside Ajax.