▲ 209 ▼ Frontend vs backend (lemmy.ml) submitted 3 years ago by HiddenLayer5@lemmy.ml to c/programmerhumor@lemmy.ml 46 comments fedilink hide all child comments
[+] the_of_and_a_to@lemmy.world 11 points 3 years ago (2 children) [deleted] permalink fedilink source parent hideshow 4 child comments replies: [–] ErwinLottemann@feddit.de 3 points 3 years ago (1 child) basic responsiveness to support most devices Dude, that is the mother of responiveness. It literally supports all the devices. permalink fedilink source parent hideshow 2 child comments replies: [–] MentalFS@programming.dev 5 points 3 years ago https://motherfuckingwebsite.com/ permalink fedilink source parent [–] tetha@feddit.de 0 points 3 years ago Entirely true. I'm currently working on a little project that's interesting to me (a low-spoiler walkthrough system for adventure games) and after a lot of back and forth, I decided to cut all of JS out of the picture. Just get rid of all of it, and do good old 90s server-side rendered HTML with modern CSS placed on top of it. And that's, honestly, a joy. The first draft of a page looks like the first screenshot, then you add some semantic classes to the html and throw some simple CSS at it and it looks acceptably neat. And I could get rid of so much janky toolchain I just fail to understand. permalink fedilink source parent
[–] ErwinLottemann@feddit.de 3 points 3 years ago (1 child) basic responsiveness to support most devices Dude, that is the mother of responiveness. It literally supports all the devices. permalink fedilink source parent hideshow 2 child comments replies: [–] MentalFS@programming.dev 5 points 3 years ago https://motherfuckingwebsite.com/ permalink fedilink source parent
[–] MentalFS@programming.dev 5 points 3 years ago https://motherfuckingwebsite.com/ permalink fedilink source parent
[–] tetha@feddit.de 0 points 3 years ago Entirely true. I'm currently working on a little project that's interesting to me (a low-spoiler walkthrough system for adventure games) and after a lot of back and forth, I decided to cut all of JS out of the picture. Just get rid of all of it, and do good old 90s server-side rendered HTML with modern CSS placed on top of it. And that's, honestly, a joy. The first draft of a page looks like the first screenshot, then you add some semantic classes to the html and throw some simple CSS at it and it looks acceptably neat. And I could get rid of so much janky toolchain I just fail to understand. permalink fedilink source parent