·react-use-state
</>

react-use-state

flpbalada/my-opencode-config

指导 React useState 钩子的正确使用。在向组件添加状态、在 useState 与替代方案之间做出决定或对状态更新问题进行故障排除时,请使用此技能。

2安装·0热度·@flpbalada

安装

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

SKILL.md

useState is a React Hook that adds a state variable to your component, triggering re-renders when the state changes.

| Form inputs | const [name, setName] = useState('') | | UI state | const [isOpen, setIsOpen] = useState(false) | | Simple counters | const [count, setCount] = useState(0) | | Local component data | const [items, setItems] = useState([]) |

If a value can be computed from props or other state, don't store it:

指导 React useState 钩子的正确使用。在向组件添加状态、在 useState 与替代方案之间做出决定或对状态更新问题进行故障排除时,请使用此技能。 来源:flpbalada/my-opencode-config。

查看原文

可引用信息

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

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

快速解答

什么是 react-use-state?

指导 React useState 钩子的正确使用。在向组件添加状态、在 useState 与替代方案之间做出决定或对状态更新问题进行故障排除时,请使用此技能。 来源:flpbalada/my-opencode-config。

如何安装 react-use-state?

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

这个 Skill 的源码在哪?

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