• Freesoftwareenjoyer@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Javascript should just be able to be opened in a browser and run with no fuss

    It can be. But if you want to have modules you need to use something to compile them into a single file.

      • Freesoftwareenjoyer@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Yes, but then the browser will fetch them with separate HTTP requests. You might not want to wait for 10 requests to finish before your web app can load.

        Also if you want to use the features of TypeScript or SASS (many people do), you will need to turn that code into something the browser will understand.