Comment on How JavaScript Overuse Ruined the Web
pennomi@lemmy.world 2 months agoI got bad news for you… htmx is written in JavaScript.
Comment on How JavaScript Overuse Ruined the Web
pennomi@lemmy.world 2 months agoI got bad news for you… htmx is written in JavaScript.
muntedcrocodile@lemm.ee 2 months ago
Yeah but I’d rather 1 piece of js instead of 6000
pennomi@lemmy.world 2 months ago
Yeah I was being a little sarcastic. I agree that using a single lightweight framework is ideal.
Runtime js for rendering your page is still bad for performance of course. Best to use static html where possible.