Total 38,605 skills
Showing 12 of 38605 skills
Make data available to multiple child components without prop drilling using React Context.
Reduce the time needed to transfer JavaScript over the network using compression techniques like Gzip and Brotli.
Split your code into smaller, reusable pieces with proper encapsulation using ES2015 modules.
Load non-critical components when they become visible in the viewport.
Optimize the loading sequence of critical resources to improve Core Web Vitals like FCP, LCP, and FID.
Paper-textured, print-inspired design with minimal colors, clean serif/sans typography, and tactile surface qualities.
Teaches the data provider pattern using renderless components and scoped slots. Use when you need to abstract data fetching or state management logic and expose it to child components via slots.
Teaches async component loading in Vue for performance optimization. Use when you have heavy components that aren't needed on initial render and can be loaded on demand.
Teaches Vue composables for reusable stateful logic with the Composition API. Use when extracting shared reactive state, side effects, or computed logic that multiple components need.
Teaches Vue's script setup syntax for concise Composition API usage. Use when writing Vue 3 single-file components and you want a more ergonomic, less boilerplate syntax for the Composition API.
Use when integrating ANY iOS system feature - Siri, Shortcuts, widgets, IAP, localization, privacy, alarms, calendar, reminders, contacts, background tasks, push notifications, timers. Covers App Intents, WidgetKit, StoreKit, EventKit, Contacts.
Use when implementing location services, maps, geofencing, or debugging location/MapKit issues. Covers Core Location, CLMonitor, MapKit, annotations, directions.