• fidodo
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    10 months ago

    Maybe I’m just too used to it, but with next.js static site generation I find react to also work really well for simple sites too. If you’re not dealing with state, react is basically just functions that return templated html. IMO it’s pretty sleek for static websites since tsx let’s you do basic templating with functions.