# hooks
2 articles
claude-code
Claude Code Test Generation: A Practical Guide to AI-Assisted Testing
Learn how to enforce AI-generated test quality with CLAUDE.md rules, Hooks automation, TDD subagent workflows, and Stryker mutation testing in Vitest projects.
Mar 14, 2026 · updated Mar 26, 2026 · 13 minreact
Fix useEffect Infinite Loops
Diagnose and fix React useEffect infinite loops: missing deps, object references, data fetching, stale closures, and debugging tips.
Feb 27, 2026 · updated Mar 27, 2026 · 16 min