惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
Martin Fowler
Martin Fowler
博客园_首页
量子位
T
Tailwind CSS Blog
博客园 - Franky
G
Google Developers Blog
D
DataBreaches.Net
Vercel News
Vercel News
B
Blog
Recent Announcements
Recent Announcements
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
爱范儿
爱范儿
博客园 - 【当耐特】
The Cloudflare Blog
H
Help Net Security
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
C
Check Point Blog
有赞技术团队
有赞技术团队
Microsoft Security Blog
Microsoft Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
React lost the mass and Vercel is wearing its skin
Aditya Agarwal · 2026-06-26 · via DEV Community

There used to be a sense that the React community had ownership of the project. Nowadays, it feels more like a hosting company is managing it internally.

That shift happened slowly, then all at once.

The Quiet Takeover

Several React core team members work for Vercel. Everyone knows that. They even mention it on their LinkedIn profiles.

Consider this for a minute. The people deciding React's future collect paychecks from a company that sells React deployment. The roadmap and the business model have their lunch together.

Server Components and the App Router were not requested by thousands of developers. They were envisioned, and it just so happens that that aligns perfectly with Vercel’s infrastructure narrative. Two features that would be extremely hard to self-host, but are trivial to Vercel. Funny that.

"Open Source" With an Asterisk

React is still MIT-licensed. Nobody disputes that.

Open-source is more than just a license. It's a feeling of governance. It's about deciding if the community is involved as a contributor or a user.

Right now? A lot of developers feel like consumers.

→ Server Components require deep framework integration where Next.js remains the most mature implementation, with other frameworks like RedwoodJS and Waku offering experimental or limited support
→ The App Router introduced mental model changes that benefit server-centric architectures
→ Documentation increasingly assumes you're using Next.js as the default path

You could attempt to use React Server Components without Next.js at some point. In theory, it's possible just like how it's possible to run a marathon without shoes. It can be done. However, your better judgment will likely advise against it.

The "Does Anybody Actually Like React?" Question

A thread with that exact title recently gained serious traction in developer forums. Not from newbies. From experienced engineers who have been authoring React for years. 🤔

The real problem isn't with JSX, hooks, or the virtual DOM. Those issues were resolved long ago.

The frustration with React comes down to one thing really, trust. Developers opted into React because it was a library, and a view library at that, not a framework.

Currently, the library has tendrils growing into your server, tendrils growing into your routing, tendrils growing into your caching layer, and tendrils growing into your deployment target. And all of those tendrils keep pointing at one company's checkout page.

What's Actually at Stake

I don't believe Vercel is bad. They hire intelligent people and develop actual technology.

However, the future development of a library that is being used by millions of developers should not be based on the business model of one company. This is not the concept of open source. It is more like a marketing channel that has a GitHub repository. 🔥

The React team would argue that these features benefit everyone. And to be fair, they do. But you can also claim that “benefits everyone” and “mainly benefits one company” are both correct at the same time.

This was anticipated by other frameworks. Svelte, Solid, and even Vue have always had a clearer separation between the core library and the deployment layer. React kinda mixed it up, and now people are starting to question for whom the framework is built.

Where This Leaves Us

The previous version of React that served as only a view library is obsolete. The current version of React acts as a full-stack opinion engine, and you will also find a billing page attached with that opinion.

You are not obliged to use React with Vercel. Many teams don't. But the gravity is real, and it pulls harder with every release.

The React ecosystem would benefit the most if it could set up its own overseeing body. For instance, a foundation or steering committee where most members are not employed by any specific company. We need to make “open” mean a lot more than just a title of a license document. ✊

Well, the question remains if React's direction is primarily determined by one company, is the open-sourcing of the code enough to gain your trust in the project's direction now? If not, what would have to change for that to be the case?