jutsu-react-native:react-native-performance

Installation
SKILL.md

React Native Performance

Use this skill when optimizing React Native applications for better performance, faster load times, and smoother user experiences.

Key Concepts

List Performance

Optimize FlatList for large datasets:

import React, { useCallback } from 'react';
import { FlatList, View, Text, StyleSheet } from 'react-native';

interface Item {
  id: string;
  title: string;
}
Installs
7
GitHub Stars
174
First Seen
Jan 22, 2026
jutsu-react-native:react-native-performance — thebushidocollective/han