122
you are viewing a single comment's thread
view the rest of the comments
[-] variouslegumes@reddthat.com 31 points 1 year ago

Prioritizing developer experience is not the reason we use front-end frameworks. People expect the web to work like a desktop app (no page reloads). The initial request might take a little bit longer, but in the end a well written front-end app will feel faster.

The problem is that people don't worry about bundle size and cram every library off of npm into their website.

[-] o11c@programming.dev 22 points 1 year ago

The solution is quite simple though: dogfood.

Developers must test their website on a dialup connection, and on a computer with only 2GB of RAM. Use remote machines for compilation-like tasks.

[-] variouslegumes@reddthat.com 15 points 1 year ago

Totally, pretty much all browsers include a way to simulate network conditions. Chrome also includes a way to simulate CPU slowdown.

[-] o11c@programming.dev 8 points 1 year ago

and yet the very fact that you have to go out of your way to enable them means people don't use them like they should.

load more comments (4 replies)
load more comments (7 replies)
this post was submitted on 27 Jun 2023
122 points (96.2% liked)

Programming

17074 readers
254 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS