skills.vishalvoidskills/vishalvoid
Technical & DevelopmentAdvanced

react-native-best-practices

Performance optimization guidelines for React Native applications.

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/callstackincubator/agent-skills --skill react-native-best-practices

Overview

What This Skill Does

Guides performance audits and fixes for React Native code, offering standard patterns for lists (FlashList), bundle sizing, startup time, native profiling, and Hermes optimizations.

Application

When to use this Skill

Documentation

Show Skills.md file

React Native Best Practices

Overview

Performance optimization guide for React Native applications, covering JavaScript/React, Native (iOS/Android), and bundling optimizations. Based on Callstack's "Ultimate Guide to React Native Optimization".

Skill Format

Each reference file follows a hybrid format for fast lookup and deep understanding:

  • Quick Pattern: Incorrect/Correct code snippets for immediate pattern matching
  • Quick Command: Shell commands for process/measurement skills
  • Quick Config: Configuration snippets for setup-focused skills
  • Quick Reference: Summary tables for conceptual skills
  • Deep Dive: Full context with When to Use, Prerequisites, Step-by-Step, Common Pitfalls

Impact ratings: CRITICAL (fix immediately), HIGH (significant improvement), MEDIUM (worthwhile optimization)

When to Apply

Reference these guidelines when:

  • Debugging slow/janky UI or animations
  • Investigating memory leaks (JS or native)
  • Optimizing app startup time (TTI)
  • Reducing bundle or app size
Lines 1 - 25 of 244

Recommendations

Explore other random skills

All skillsMy patterns