Convex Performance Patterns Overview Convex is designed for performance, but requires specific patterns to achieve optimal results. This skill covers denormalization strategies, index design, avoiding common performance pitfalls, and handling concurrency with OCC (Optimistic Concurrency Control). TypeScript: NEVER Use Type CRITICAL RULE: This codebase has enabled. Using will cause build failures. When to Use This Skill Use this skill when: - Queries are running slowly or causing too many re-renders - Designing indexes for efficient data access - Avoiding N+1 query patterns - Handling high-con…