That said, it’s pretty hard to build a responsive web app without at least a little bit of JavaScript.
Not really. You just need to learn the difference between width and max-width.
I do usercss and 2 of 3 sites use them wrong. That and position: fixed overuse.
surewhynotlem@lemmy.world 1 day ago
I’m the other way around. For me, the UI can be chonky frameworks or whatever as long as the user experience is good and it works on lots of platforms.
But keep every bit of UI out of my back-end systems. The data and business logic layers should be so divorced from the UI that they didn’t even get visitation rights with the kids.
boonhet@sopuli.xyz 1 day ago
Modern server side rendering can luckily be separate from your actual back end. Doesn’t even have to live in the same server.