概要
The Web React skill provides Claude with a rigorous framework for building React applications without heavy framework abstractions. It focuses on the 'clean React' philosophy, emphasizing small component sizes, logic extraction through custom hooks, and efficient server state management via Apollo Client. By following these patterns, developers can avoid common pitfalls like prop drilling, server state duplication, and monolithic component files, resulting in a scalable and high-performance frontend architecture.