Skip to main content
Back to registry

react-vendoring

vercel/next.js

Use this skill for changes touching vendored React, react-server-dom-webpack/* , or react-server layer boundaries.

Installs186
Install command
npx skills add https://github.com/vercel/next.js --skill react-vendoring
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill for changes touching vendored React, react-server-dom-webpack/* , or react-server layer boundaries. React is NOT resolved from node_modules for App Router. It's vendored into packages/next/src/compiled/ during pnpm build (task: copy_vendor_react() in taskfile.js ). Pages Router resolves React from node_modules normally. Only entry-base.ts is compiled in rspack's (react-server) layer. ALL imports from react-server-dom-webpack/* (Flight server/static APIs) must go through entry-base.ts . Other files like stream-ops.node.ts or app-render.tsx must access Flight APIs via the ComponentMod parameter (which is the entry-base.ts module exposed through the app-page.ts build template). Direct imports from react-server-dom-webpack/server.node or react-server-dom-webpack/static in files outside entry-base.ts will fail at runtime with "The react-server condition must be enabled".

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does react-vendoring do?

Use this skill for changes touching vendored React, react-server-dom-webpack/* , or react-server layer boundaries.

Is react-vendoring good?

react-vendoring does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does react-vendoring work with?

react-vendoring currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to react-vendoring?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install react-vendoring?

npx skills add https://github.com/vercel/next.js --skill react-vendoring

Related skills

More from vercel/next.js

Related skills

Alternatives in Software Engineering