Back to Blog
engineeringAIopinion

Your Favourite Framework Doesn't Matter Anymore

Yaniv Bernstein·

I saw a job ad the other day asking for "5+ years of React experience." And I thought: in 2026, what does that even mean?

I've been in this industry for over 20 years. I've watched the framework wars cycle through jQuery, Angular, React, Vue, Svelte, and whatever's next. Each time a new one showed up, the community split into camps and argued about which was better.

Those arguments feel quaint now. Not because someone won, but because the question stopped mattering.

Syntax Shmyntax

The conceptual distance between React, Vue, and Svelte is tiny. Components. Reactivity. State management. Props flowing down, events flowing up. The core ideas are nearly identical. What differs is the syntax, the file structure, the naming conventions, the module system.

That stuff isn't nothing. But it was never the hard part. The hard part was understanding why you'd split something into components a certain way. How to manage state without creating a tangled mess. When to reach for a global store versus local state. How to build a design system that scales.

Those skills transfer across every framework. They always have. A good frontend engineer who understands UI patterns, reactivity, and component architecture can pick up any framework in a week. What they can't pick up in a week is ten years of judgement about how to build interfaces that actually work for users.

This Was Always True

I want to be clear: AI didn't create this reality. It was true in 2015 when companies posted job ads for "Angular developers" and missed out on brilliant engineers who happened to know Ember. It was true in 2005 when C++ shops wouldn't hire someone whose experience was in Java, even though the conceptual overlap was enormous.

You could be a truly competent C++ programmer without ever touching template metaprogramming. You could be a productive web developer without encyclopaedic knowledge of every DOM API. Most people were. They built real products that worked.

The industry just had this obsession with syntax-level proficiency. Job ads read like shopping lists of specific technologies rather than descriptions of the problems you'd actually be solving. "Must know React, Redux, Next.js, Tailwind, TypeScript, GraphQL." Five of those six are things a competent engineer picks up on the job. The sixth, TypeScript, is a language — and even that builds on concepts you already know if you've written typed code before.

The Grind That's Disappearing

What AI changes is the grind. That middle layer between understanding the concepts and being productive in a specific framework. The bit where you're googling "how do I do X in Vue" forty times a day because you know exactly what you want but can't remember the syntax.

That layer is nearly gone.

When you're working with an AI coding agent, you describe what you want in terms of concepts and behaviour. The agent handles the syntax. You don't need to remember whether it's useEffect or onMounted or $effect. You don't need to know the exact import path for the router. You describe the behaviour, the agent writes idiomatic code in whatever framework your project uses, and you move on.

For the vast majority of developers who were never going to become true framework experts, this is freeing. The time you used to spend memorising APIs and reading documentation can go toward the things that actually differentiate good engineers: understanding the problem, designing the right solution, thinking about edge cases.

Find your AI-friendly employer

Browse Companies

The 5% Still Matter

I should be precise. There's a small group of developers for whom deep framework expertise is the job. The people building React itself. The ones writing custom renderers, optimising virtual DOM diffing algorithms, pushing the edges of what a framework can do. Core contributors, library authors, performance specialists.

Those people are invaluable. Their work isn't going anywhere. If anything, it becomes more important as AI agents rely on well-designed frameworks and libraries to produce good output.

But most developers aren't in that group. Most developers use frameworks to build products. And for product builders, the framework was always a means to an end.

What Companies Actually Need

The next time you see a job ad for a "React developer," read it carefully. What they almost certainly need is a smart frontend engineer who understands UI architecture, reactivity patterns, component design, state management, accessibility, and performance. Someone who can look at a design and figure out the right way to decompose it. Someone who knows when client-side rendering is right and when server rendering makes more sense.

Whether that person's last three years were in React, Vue, or Svelte is one of the least interesting things about them.

The companies that understand this are fishing in a bigger pond. And the engineers who understand it have a career advantage — they're not tying their professional identity to a tool that might not be the popular choice in eighteen months.

What Was Always True, Made Obvious

Good engineering judgement transfers. Memorised function signatures don't. Understanding users matters more than understanding a framework's API surface. The right abstractions beat the right syntax, every time.

None of this is new. The only thing that's changed is that AI has made the grind optional, and without the grind, there's nothing left to obscure the signal. The engineers who always focused on concepts over syntax? They're having a very good year.

Browse 45+ AI-friendly employers and 0+ open roles