writing-react-effects とは?
不要な useEffect を使用せずに React コンポーネントを作成します。 React コンポーネントの作成/レビュー、エフェクトのリファクタリング、またはコードで useEffect を使用してデータの変換やイベントの処理を行う場合に使用します。 ソース: dust-tt/dust。
不要な useEffect を使用せずに React コンポーネントを作成します。 React コンポーネントの作成/レビュー、エフェクトのリファクタリング、またはコードで useEffect を使用してデータの変換やイベントの処理を行う場合に使用します。
コマンドラインで writing-react-effects AI スキルを開発環境にすばやくインストール
ソース: dust-tt/dust。
Guides writing React components that avoid unnecessary useEffect calls.
Effects are an escape hatch for synchronizing with external systems (network, DOM, third-party widgets). If there's no external system, you don't need an Effect.
If a value can be computed from current props/state, do not store it in state or update it in an effect. Derive it during render to avoid extra renders and state drift. Do not set state in effects solely in response to prop changes; prefer derived values or keyed resets instead.
不要な useEffect を使用せずに React コンポーネントを作成します。 React コンポーネントの作成/レビュー、エフェクトのリファクタリング、またはコードで useEffect を使用してデータの変換やイベントの処理を行う場合に使用します。 ソース: dust-tt/dust。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/dust-tt/dust --skill writing-react-effects不要な useEffect を使用せずに React コンポーネントを作成します。 React コンポーネントの作成/レビュー、エフェクトのリファクタリング、またはコードで useEffect を使用してデータの変換やイベントの処理を行う場合に使用します。 ソース: dust-tt/dust。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dust-tt/dust --skill writing-react-effects インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/dust-tt/dust