this post was submitted on 13 Feb 2024
214 points (97.3% liked)

Programming

17031 readers
333 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
you are viewing a single comment's thread
view the rest of the comments
[–] pixxelkick@lemmy.world 37 points 7 months ago (1 children)

I think the reason experienced devs tend to have minimalist websites that look like they are from the 90s, is because software devs aren't UX experts.

At a senior level at large companies, someone else designs the look and figmas to make the site be pretty. I don't do that shit.

I can do some basic stuff as a front end dev, but react has nothing to do with css animations and all the stuff you typically associate with a "pretty" website.

Reactive frameworks are just handy for updating the dom on a mutatable website (ie forms, web socket stuff, data in out, pulling data from a db)

Blogs tend to be statically generated so there should be zero reason to use reactive frameworks anyways, unless you add something dynamic like perhaps a comment box folks can login to and leave comments/likes/shares etc. Loading those comments will prolly want a framework.

Aside from that, it's mostly css to do fancy stuff.

[–] knfrmity@lemmygrad.ml 3 points 7 months ago (1 children)

Pretty sites are cool and all, but in my experience super simple things often just don't work. I'm not patient anymore when it comes to stuff like that, so I'll close the tab real quick and find the information elsewhere or move on to the next thing.

[–] Lmaydev@programming.dev 1 points 7 months ago (1 children)

Pretty sites aren't aimed at us though.

For the average consumer grabbing their attention is really important and first impressions mean a lot.

If they go onto a site that looks "basic" it'll give a bad impression of the business.

[–] knfrmity@lemmygrad.ml 1 points 7 months ago

I know I'm not part of the target audience for pretty sites, but the average user gets frustrated with poor design choices and outright broken websites as well.

Just as one recent and therefore present example, I was on a pretty site the other day and nothing happened when I clicked on "About Us". The next thing I did was close the tab. As you say, first impressions mean a lot.

I hear complaints about these kind of things at work constantly as well. As an internal product owner of sorts users think I and the devs make poor design choices on our own, but all we can do is manage the best we can with the UX garbage Microsoft comes up with.