Use @wire decorator for reactive data binding with Lightning Data Service or Apex methods. @wire fits LWC's reactive architecture and enables Salesforce performance optimizations.
Apex triggers must be bulkified to handle 200+ records per transaction. Use handler pattern for separation of concerns, testability, and recursion prevention.
Use Queueable Apex for async processing with support for non-primitive types, monitoring via AsyncApexJob, and job chaining. Limit: 50 jobs per transaction, 1 child job when chaining.
Modelli esperti per lo sviluppo della piattaforma Salesforce, inclusi Lightning Web Components (LWC), trigger e classi Apex, API REST/bulk, app connesse e Salesforce DX con organizzazioni iniziali e pacchetti di seconda generazione (2GP). Utilizzare quando: componenti web salesforce, sfdc, apex, lwc, lightning. Fonte: sickn33/antigravity-awesome-skills.