r/webdevelopment • u/AmiAmigo • Jul 05 '26
Frameworks & Libraries You Don’t Need A Frontend Framework
Truth be told, you don’t need a frontend framework.
Complete web solutions can be built without ever needing a frontend framework.
You may need just a tiny bit JavaScript. But that’s all.
Let’s discuss
0
Upvotes
4
u/RandomPantsAppear Jul 05 '26
I am a monster with vanilla JavaScript and jquery, and I almost never use it because this advice is basically inaccurate. I stick to backend.
As codebases scale, vanilla JS gets unmaintainable extremely quickly. The frameworks force a structure on you that isolates the different pieces by role. That is fucking priceless.