·react-use-client-boundary
</>

react-use-client-boundary

flpbalada/my-opencode-config

指导在 React/Next.js 中正确使用“use client”指令。添加客户端组件、排除服务器组件错误或决定客户端边界的放置位置时,请使用此技能。

2安装·0热度·@flpbalada

安装

$npx skills add https://github.com/flpbalada/my-opencode-config --skill react-use-client-boundary

SKILL.md

Understanding when to use (and when NOT to use) the "use client" directive in React Server Components architecture.

"use client" marks a boundary between server and client components - not a label for individual components.

Critical Rule: Once inside a client boundary, ALL imported components are automatically client components. You should NOT add "use client" to child components that are already imported by a parent client component.

指导在 React/Next.js 中正确使用“use client”指令。添加客户端组件、排除服务器组件错误或决定客户端边界的放置位置时,请使用此技能。 来源:flpbalada/my-opencode-config。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/flpbalada/my-opencode-config --skill react-use-client-boundary
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 react-use-client-boundary?

指导在 React/Next.js 中正确使用“use client”指令。添加客户端组件、排除服务器组件错误或决定客户端边界的放置位置时,请使用此技能。 来源:flpbalada/my-opencode-config。

如何安装 react-use-client-boundary?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/flpbalada/my-opencode-config --skill react-use-client-boundary 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/flpbalada/my-opencode-config