dev-client
No SKILL.md available for this skill.
View on GitHubMore from gigs-slc/react-native-skills
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
40use-dom
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
38data-fetching
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, axios, React Query, SWR, error handling, caching strategies, offline support.
38upgrading-expo
Guidelines for upgrading Expo SDK versions and fixing dependency issues
38vercel-composition-patterns
React composition patterns that scale. Use when refactoring components with
38