• dondelelcaro@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    13 days ago

    htmx or equivalent technologies. The idea is to render as much as possible server side, and then use JS for the things that can’t be rendered there or require interactivity. And at the very least, serve the JS from your server, don’t leak requests to random CDNs.