If the user is asking about app speed, load times, UI lag, or choosing between scalar and collaborative types for performance reasons, use this skill.
Performance in Jazz applications depends on three main factors: cryptographic initialization speed, data model efficiency, and UI rendering patterns. Optimizing requires understanding when to use collaborative types (CoValues) versus scalar types (Zod), managing group extension depth, and implementing efficient React/Svelte subscription patterns.
In browsers and on mobile devices, the fastest crypto will automatically be initialised. On servers and edge runtimes, you should initialise crypto yourself to unlock maximum speed.
Utilisez cette compétence lors de l'optimisation des applications Jazz en termes de vitesse, de réactivité et d'évolutivité. Couvre la configuration du chiffrement, la modélisation efficace des données et les modèles d'interface utilisateur pour éviter les décalages. Source : garden-co/jazz.