• Lung@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    5 days ago

    After a few years of corporate framework stacks, I’m back to writing plain HTML/JS/CSS, and wow, what a joyful float down a river that is

    Even with no transpiler or minification, bespoke HTML is extremely efficient and pleasant to use. I write little script tags with query selectors where I need them, they get efficiently loaded on the pages that use them

    I use Hugo to do imports / classic server side rendering, and it’s stupid fast and efficient. I can compile 500 pages in 0.5s on a dualcore machine with 4gb of ram. Resources (like images) can be processed, converted into multiple file types and resolutions and then automatically cached. It feels so zen