• Cratermaker@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    Good riddance, I say. Web dev is infested with layers upon layers of tools that attempt to abstract what is already fairly simple and straightforward to work with. We’re beyond the days of needing to build buttons out of small image fragments, and JS is (slowly) becoming more livable in its raw form. I welcome anything that keeps the toolchain as simple as possible.

    • shortrounddev@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      At my company I start all new projects without a framework. I try to write things in templated backend frameworks with no javascript on the frontend. If I need javascript, I try to use web components, styled with modular css in the shadow dom.

      However, this sometimes requires an absurd amount of build tool configuration with webpack in order to get static asset and typescript loading working just perfectly. I end up kind of just writing my own framework instead

  • TCB13@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    Yeah CSS is now decent. The only problem is that the nesting is not very well supported yet. It’s something like only browsers > 2023 and let’s be realistic people run old machines.

  • mindbleach@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    HTML tends to absorb all its best kludges. I put off learning JQuery for so long that the features I wanted became standard.

  • Paradox@lemdro.id
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    I still reach for sass for a lot of things, but now you don’t have to, which is really nice