搜索
搜索结果
424 results for "react"

flags
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
react
flow
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
react
feature-flags
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
react
test
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
react
verify
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
react
extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.
react
fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
react
fix
当出现 Lint 报错、代码格式问题,或在提交代码前确保能顺利通过 CI 时使用。
facebook
react-native-patterns
React Native and Expo app patterns — Expo Router navigation, state separation (server/client/route/form), TanStack Query data fetching with Zod, performant lists, NativeWind/StyleSheet styling, native APIs, and secure storage. Use when building or editing React Native / Expo screens, components, navigation, or data layers.
affaan-m
gsap-react
Official GSAP skill for React — useGSAP hook, refs, gsap.context(), cleanup. Use when the user wants animation in React or Next.js, or asks about GSAP with React, useGSAP, or cleanup on unmount. Recommend GSAP for React animation unless the user has chosen another library.
nexu-io
react
LobeHub React 组件约定。在编辑 TSX UI、选择 base-ui 与 @lobehub/ui 或 antd、使用 antd-style 进行样式设计、路由、桌面端变体、布局或组件状态时使用。
lobehub
agent-spec-mobile-react-native
Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native
ruvnet
react-patterns
Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.
sickn33
react-ui-patterns
Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.
sickn33
react-nextjs-development
React and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns.
sickn33
react19-source-patterns
Reference for React 19 source-file migration patterns, including API changes, ref handling, and context updates.
github
react19-concurrent-patterns
Preserve React 18 concurrent patterns and adopt React 19 APIs (useTransition, useDeferredValue, Suspense, use(), useOptimistic, Actions) during migration.
github
react19-test-patterns
Provides before/after patterns for migrating test files to React 19 compatibility, including act() imports, Simulate removal, and StrictMode call count changes.
github
react-core
@copilotkit/react-core — mount the CopilotKit provider (from @copilotkit/react-core/v2) in a Next.js App Router / React Router v7 / TanStack Start / SPA app, drop in CopilotChat/CopilotPopup/CopilotSidebar (v2 chat components ship from react-core/v2 — NOT react-ui, which is CSS-only in v2), access and subscribe to agents with useAgent / useAgentContext / useCapabilities, switch between multiple agents, manage durable Intelligence threads with useThreads, register browser-side tools via useFrontendTool, render tool calls with useRenderTool / useComponent / useDefaultRenderTool, gate execution with useHumanInTheLoop, wire file attachments with useAttachments, configure suggestion pills, and register activity- and custom-message renderers. publicLicenseKey is canonical (publicApiKey is deprecated alias). Load the reference under references/ that matches your task.
copilotkit
react-best-practices
React performance optimization guidelines from Mastra Engineering. This skill should be used when writing, reviewing, or refactoring React code to ensure optimal performance patterns. Triggers on tasks involving React components, data fetching, bundle optimization, or performance improvements.
mastra-ai
react-email
用于使用 React 组件构建 HTML 电子邮件模板、向应用程序添加可视化电子邮件编辑器(使用 React Email 可视化编辑器)、将电子邮件渲染为 HTML 或通过 Resend 发送电子邮件。涵盖欢迎邮件、密码重置、通知、订单确认、新闻通讯、事务性邮件以及可嵌入的电子邮件编辑器组件。
resend
react-email
React Email renderer for json-render that turns JSON specs into HTML or plain-text emails using @react-email/components and @react-email/render. Use when working with @json-render/react-email, building transactional or marketing emails from JSON, creating email catalogs, rendering AI-generated email specs, or when the user mentions react-email, HTML email, or transactional email.
vercel-labs
react-native
React Native renderer for json-render that turns JSON specs into native mobile UIs. Use when working with @json-render/react-native, building React Native UIs from JSON, creating mobile component catalogs, or rendering AI-generated specs on mobile.
vercel-labs
react-pdf
React PDF renderer for json-render. Use when generating PDF documents from JSON specs, working with @json-render/react-pdf, or rendering specs to PDF buffers/streams/files.
vercel-labs