·react-useeffect-avoid
</>

react-useeffect-avoid

指導何時不使用 useEffect 並建議更好的替代方案。在檢查 React 程式碼、排除效能故障或考慮使用 useEffect 進行派生狀態或表單重設時使用。

12安裝·1熱度·@flpbalada

安裝

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

如何安裝 react-useeffect-avoid

透過命令列快速安裝 react-useeffect-avoid AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/flpbalada/my-opencode-config --skill react-useeffect-avoid
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:flpbalada/my-opencode-config。

SKILL.md

查看原文

useEffect is an escape hatch for synchronizing with external systems, not a general-purpose tool for state management or event handling.

Modern React patterns prioritize one-way data flow and event-driven updates over effect-based synchronization to avoid performance penalties and complex synchronization bugs.

Problem: Computing one state value from another using useEffect causes unnecessary double-renders and complexity.

指導何時不使用 useEffect 並建議更好的替代方案。在檢查 React 程式碼、排除效能故障或考慮使用 useEffect 進行派生狀態或表單重設時使用。 來源:flpbalada/my-opencode-config。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/flpbalada/my-opencode-config --skill react-useeffect-avoid
分類
</>開發工具
認證
收錄時間
2026-02-25
更新時間
2026-03-11

Browse more skills from flpbalada/my-opencode-config

快速解答

什麼是 react-useeffect-avoid?

指導何時不使用 useEffect 並建議更好的替代方案。在檢查 React 程式碼、排除效能故障或考慮使用 useEffect 進行派生狀態或表單重設時使用。 來源:flpbalada/my-opencode-config。

如何安裝 react-useeffect-avoid?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/flpbalada/my-opencode-config --skill react-useeffect-avoid 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

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