·react-hook
</>

react-hook

Da utilizzare quando si passano callback a hook personalizzati, si correggono avvisi react-hooks/exhaustive-deps o si esegue il debug di nuovi rendering imprevisti nei componenti React.

23Installazioni·1Tendenza·@bumgeunsong

Installazione

$npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill react-hook

Come installare react-hook

Installa rapidamente la skill AI react-hook nel tuo ambiente di sviluppo tramite riga di comando

  1. Apri il terminale: Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.)
  2. Esegui il comando di installazione: Copia ed esegui questo comando: npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill react-hook
  3. Verifica l'installazione: Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Fonte: bumgeunsong/daily-writing-friends.

| Must start with use | React's hook detection | | One hook per file | Maintainability | | Never call conditionally | Breaks hook order | | Never return side effects | Unpredictable behavior | | Type inputs and outputs | Clarity and safety | | Test in isolation | Reliability |

On memoization: Only use useMemo/useCallback when logic is computationally heavy. Otherwise they degrade readability without meaningful benefit. Exception: callbacks passed TO hooks (see stability section below).

When you fix an ESLint exhaustive-deps warning by adding a dependency, check if that dependency is STABLE. If not, you've created a re-render loop.

Da utilizzare quando si passano callback a hook personalizzati, si correggono avvisi react-hooks/exhaustive-deps o si esegue il debug di nuovi rendering imprevisti nei componenti React. Fonte: bumgeunsong/daily-writing-friends.

Fatti (pronti per citazione)

Campi e comandi stabili per citazioni AI/ricerca.

Comando di installazione
npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill react-hook
Categoria
</>Sviluppo
Verificato
Prima apparizione
2026-02-05
Aggiornato
2026-03-11

Browse more skills from bumgeunsong/daily-writing-friends

Risposte rapide

Che cos'è react-hook?

Da utilizzare quando si passano callback a hook personalizzati, si correggono avvisi react-hooks/exhaustive-deps o si esegue il debug di nuovi rendering imprevisti nei componenti React. Fonte: bumgeunsong/daily-writing-friends.

Come installo react-hook?

Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill react-hook Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Dov'è il repository sorgente?

https://github.com/bumgeunsong/daily-writing-friends