| I liked Julia Evans' take on this: https://jvns.ca/blog/2023/02/16/writing-javascript-without-a... """
My goal is that if I have a site that I made 3 or 5 years ago, I’d like to be able to, in 20 minutes: - get the source from github on a new computer - make some changes - put it on the internet
""" Front-end build scripts make sense for projects that are constantly developed by a team that is actively ready to incrementally fix any problems that come up. For sites that only get maintained every year or so (and I have plenty of those myself) my experience is that they often cause more problems than they solve. I also found that I started really enjoying JavaScript development again once I gave myself permission to ignore the npm/webpack/etc script world entirely and just write regular code that runs in browsers! |
I was very delighted to find htmx solves that problem for me!