react▌
127 indexed skills · max 10 per page
react-native
vercel-labs/json-render · Frontend
React Native renderer that converts JSON specs into native mobile component trees with standard components, data binding, visibility, actions, and dynamic props.
react-best-practices
davila7/claude-code-templates · Frontend
Comprehensive performance optimization guide for React and Next.js applications with 40+ rules organized by impact level. Designed to help developers eliminate performance bottlenecks and follow best practices.
react-dev
davila7/claude-code-templates · Frontend
Type-safe React = compile-time guarantees = confident refactoring.
react-component-performance
dimillian/skills · Frontend
Identify render hotspots, isolate expensive updates, and apply targeted optimizations without changing UI behavior.
sentry-react-sdk
getsentry/sentry-for-ai · Frontend
sentry-react-sdk
react-vendoring
vercel/next.js · Frontend
Use this skill for changes touching vendored React, react-server-dom-webpack/*, or react-server layer boundaries.
expo-react-native-typescript
mindrally/skills · Frontend
Expert guidance for building type-safe Expo React Native applications with modern best practices. \n \n Covers TypeScript standards, functional component patterns, and strict mode configuration with interfaces over types \n Includes responsive design strategies using Flexbox, dark mode support, and accessibility standards via ARIA roles \n Addresses performance optimization through image lazy loading, code splitting with Suspense, and state management with Context/Zustand \n Provides error handl
json-render-react
vercel-labs/json-render · Frontend
Convert JSON specifications into type-safe React component trees with state management and dynamic expressions. \n \n Supports declarative UI specs with element trees, two-way data binding via $bindState , conditional rendering, and computed expressions \n Built-in state management through StateProvider with optional external store integration (Redux, Zustand, XState) and JSON Pointer-based state paths \n Event system with action dispatching, state watchers, and four built-in actions: setState ,
jest-react-testing
manutej/luxor-claude-marketplace · Frontend
Comprehensive React component testing with Jest and React Testing Library covering configuration, mocking, async patterns, and best practices. \n \n Covers Jest configuration for JavaScript and TypeScript projects, including setup files, module mapping, and coverage thresholds \n Provides query strategies prioritizing accessibility (getByRole, getByLabelText) and explains getBy, queryBy, and findBy variants \n Includes mocking patterns for modules, functions, API calls via MSW, context, and chil
react-native-brownfield-migration
callstackincubator/agent-skills · Frontend
Prescriptive workflow for incremental adoption of React Native in existing native apps using @callstack/react-native-brownfield, from initial setup through phased host integration.