react▌
127 indexed skills · max 10 per page
react-useeffect
davila7/claude-code-templates · Frontend
Effects are an escape hatch from React. They let you synchronize with external systems. If there is no external system involved, you shouldn't need an Effect.
heroui-react
heroui-inc/heroui · Frontend
Accessible React component library built on Tailwind CSS v4 and React Aria with compound component patterns. \n \n Provides 20+ pre-built components (Button, Modal, Form, Card, TextField, etc.) using compound composition syntax ( Card.Header , Card.Content ) \n Requires Tailwind CSS v4 and uses CSS variables with oklch color space for theme customization; no provider wrapper needed in v3 \n Semantic variant system ( primary , secondary , tertiary , danger , ghost , outline ) for consistent inten
setup-react-native-storybook
storybookjs/react-native · Frontend
Add @storybook/react-native v10 to a React Native project.
vercel-react-view-transitions
vercel-labs/agent-skills · Frontend
Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view
react-pdf
vercel-labs/json-render · Frontend
React PDF renderer that generates PDF documents from JSON specs using @react-pdf/renderer.
react-component-architecture
aj-geddes/useful-ai-prompts · Frontend
Build scalable, maintainable React components using modern patterns including functional components, hooks, composition, and TypeScript for type safety.
react-native-expo
jezweb/claude-skills · Frontend
Build Expo apps with React Native 0.76-0.82+ and SDK 52-55, navigating mandatory New Architecture, React 19 changes, and 16 documented breaking changes. \n \n Covers React Native 0.82+ where New Architecture is mandatory and legacy architecture completely removed; includes interop layer guidance for 0.76-0.81 migration path \n Addresses 16 specific breaking changes including propTypes removal, forwardRef deprecation, Swift iOS template migration, Metro log forwarding removal, and Chrome debugger
react-state-management
wshobson/agents · Frontend
Modern React state management with Redux Toolkit, Zustand, Jotai, and React Query for every state category. \n \n Covers five state types: local component state, global state, server state, URL state, and form state, with recommended solutions for each \n Includes complete TypeScript patterns for Redux Toolkit slices, Zustand with scalable slice architecture, Jotai atomic state, and React Query with optimistic updates \n Demonstrates combining client state (Zustand) with server state (React Quer
react-native-best-practices
software-mansion-labs/skills · Frontend
Software Mansion's production patterns for React Native apps on the New Architecture.
react-19
prowler-cloud/prowler · Frontend
react-19