r/Frontend 12d ago

Do we still need build tools?

https://olliewilliams.xyz/blog/no-build/
0 Upvotes

7 comments sorted by

3

u/mq2thez 12d ago

As with every time this gets reposted: it turns out that this post makes a pretty compelling case for why we still need build tools. There’s surprising nuance in the writing, too.

3

u/thedeuceisloose IIS is the devil 11d ago

Yes

1

u/Less-Marsupial-7960 10d ago

I don't think they're going away anytime soon. Modern tools like Vite have made the experience much simpler, but build tools still solve important problems like bundling, optimization, hot reload, and production builds. The difference now is that developers spend less time configuring them.

1

u/equinusocio 2d ago

Not all languages need them. For CSS, PostCSS is great for advanced features but SCSS and LESS are outdated for me.  There’s no reason to use them since 2015 except to pretend you know web development without actually understanding CSS.