Ask HN: Will LLM coding assistants make web client-side frameworks obsolete?
1 king7532 1 6/28/2025, 5:35:58 PM
With AI assistants now capable of writing plain, vanilla JavaScript and managing DOM manipulation, state, and even complex interactions without frameworks, I'm questioning whether we still need the React ecosystem. LLMs can generate pure HTML/CSS/JS that's often more performant, has zero dependencies, and is easier to debug.
Are we holding onto frameworks out of habit, or do they still provide genuine value that AI-generated vanilla code can't match? What are the real trade-offs here - beyond developer familiarity and existing tooling?
Curious to hear from those who've experimented with LLM-generated vanilla JS for production web apps versus traditional framework approaches.
I went from jQuery to vanilla years ago. Bootstrap went vanilla a while ago as well, even before AI coding was a thing. Nobody ever told me a valid reason to look into anything else.
But I like doing my magic on the backend, so maybe that's just me.