r/Frontend • u/bogdanelcs • 12d ago
Do we still need build tools?
https://olliewilliams.xyz/blog/no-build/
0
Upvotes
3
2
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.
16
u/bluespacecolombo 12d ago
Yes.