概要
This skill provides a comprehensive set of standards for implementing React Hooks, focusing on the 'Extract and Reuse' principle. It guides developers through creating custom hooks for toggles, data fetching, and form handling, while ensuring optimal performance through proper dependency management and memoization techniques. By following these patterns, developers can keep their components focused on rendering and maintain a clean, testable codebase free from common pitfalls like infinite loops, stale closures, and missing dependencies.