Hacker News new | past | comments | ask | show | jobs | submit login

I'll always start vanilla / build-less with best intentions. In fact, I often start sans JS too if I can get away with it.

But inevitably the complexity of my projects increase. My patience with focus, refresh, review cycle crashes. My first stop is usually vite, just for hot reload at first, but then for raw imports, and I do like nested CSS. When I find myself beginning to roll my own reactivity I tend to read up on the latest state of vue and svelte and drop whichever one feels right into the mix. It goes on.

All with the best intentions.




i build websites with aurelia without buildtools. i just directly load the framework into the browser and use it. last i checked i saw a comment that claimed that svelte was supporting that too. it's not the default (it isn't with aurelia either) so you may have to search for a prebuilt version of svelte or vue, but there is no reason that big frameworks can't be used without a build step.


100% .. Vue at least doesn't require a build step. That may also be the case with Svelte 5? But there are optimisations that a build brings.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: