소개
This skill provides specialized patterns and best practices for managing data mutations in Relay-based applications. It guides developers through creating robust mutation logic, handling optimistic UI updates for immediate user feedback, managing @connection directives for paginated lists, and implementing manual cache manipulation. By utilizing these patterns, developers can ensure their React applications maintain a highly responsive and synchronized state with their GraphQL backend, even during complex data transitions and error scenarios.