• @[email protected]
    link
    fedilink
    375 months ago

    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.

    • @[email protected]
      link
      fedilink
      35 months ago

      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
        link
        14 months ago

        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.

        • @[email protected]
          link
          fedilink
          14 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.