• forestbeasts@pawb.social
    link
    fedilink
    arrow-up
    2
    ·
    4 hours ago

    Totally.

    You can even do a lot of the fancy stuff. HTML forms have been there since the beginning and don’t require JS at all. You can do logins, logouts, forms, basically anything as long as it doesn’t involve changing the contents of a page without a page load (aside from animations which you can do in CSS).

    You could even make a Lemmy type thing that didn’t use JS at all, just submitted a form when you hit post, and then the server would take care of the rest! (I’m a little surprised to see Lemmy does seem to require JS for posting, actually.)

    – Frost