react-native-best-practices
Comprehensive performance optimization guide for React Native covering JS, native modules, and bundling.
Install
npx skills add https://github.com/callstackincubator/agent-skills --skill react-native-best-practicesStats
| Total installs | 8,572 |
| Weekly installs | 8.5K |
| GitHub stars | 1.1K |
| First seen | Jan 19, 2026 |
| Source | @callstackincubator/agent-skills |
Summary
- Organized into 9 JavaScript/React guides (profiling, lists, animations, memory), 9 native optimization guides (Turbo Modules, threading, profiling), and 9 bundling guides (tree shaking, code splitting, size analysis)
- Each reference follows a hybrid format with quick patterns/commands, impact ratings (CRITICAL/HIGH/MEDIUM), and deep-dive explanations with prerequisites and common pitfalls
- Includes problem-to-skill mapping table for fast lookup: app jank points to FPS measurement, slow startup points to TTI measurement, large bundles point to analysis tools
- Measurement-first workflow: baseline metrics before optimization, re-measure after applying fixes, validate improvement (e.g., FPS 45→60, TTI 3.2s→1.8s, bundle 2.1MB→1.6MB)
Tags
Related skills
| Skill | Installs | vs react-native-best-practices |
|---|---|---|
| dataverse-python-production-code | 7,781 | -791 |
| swiftui-pro | 7,604 | -968 |
| sql-code-review | 7,959 | -613 |
| python-testing-patterns | 10,474 | +1,902 |
| dotnet-design-pattern-review | 7,904 | -668 |
FAQ
- How many installs does react-native-best-practices have?
- react-native-best-practices has 8,572 total installs and 8.5K installs this week.
- Where is react-native-best-practices hosted?
- react-native-best-practices is published by @callstackincubator/agent-skills at https://github.com/callstackincubator/agent-skills.
- How many GitHub stars does react-native-best-practices have?
- react-native-best-practices has 1.1K GitHub stars.
- When was react-native-best-practices first indexed?
- OrangeBot.AI first indexed react-native-best-practices on Jan 19, 2026.
- How do I install react-native-best-practices?
- Run: npx skills add https://github.com/callstackincubator/agent-skills --skill react-native-best-practices