create-form
Set up hybrid client/server validated forms with Zod and React Hook Form. Use when creating forms with validation.
Find the perfect capability for your agent.
Set up hybrid client/server validated forms with Zod and React Hook Form. Use when creating forms with validation.
Manage WebGL contexts and 3D scenes declaratively using React reconciliation.
Toolkit for interacting with and testing React Native + Expo mobile applications on iOS and Android. Supports verifying app functionality, debugging UI behavior, running the development server, and testing mobile-specific features.
Provides guidelines for using shared UI components and styling. This skill should be used when implementing UI features using Shadcn/Radix components and the shared @eridu/ui package.
Design and validate complex concurrent rendering workflows using `useTransition`, `Suspense`, and selective hydration to preserve responsiveness under heavy workloads.
Design components that provide logic and accessibility without prescribing UI styling.
Implement a normalized entity cache to maintain data consistency across a React app.
Architect bespoke React renderers for non-DOM environments using the `react-reconciler` package.
Deep dive into the React Compiler (formerly React Forget) to tune automatic memoization and optimization profiles.
Render large datasets (charts, graphs) using Canvas/SVG/WebGL within React.
Integrate high-performance Wasm modules into the React render cycle without blocking the main thread.
Design streaming SSR pipelines with predictable hydration behavior and progressive interactivity.
Leverage React's event delegation system for optimization and custom event behavior.
Integrate custom elements seamlessly into the React virtual DOM reconciliation application.
Formalize dataflow semantics in React 18 applications to ensure correctness across asynchronous boundaries.
Minimize unnecessary re-renders through precise state partitioning and selector-driven updates.
Conduct rigorous, statistically grounded performance profiling for large React applications.
Design progressive disclosure UIs that reveal data and components in optimal sequences.
Create React Router 7 routes with proper type imports, loaders, and actions. Use when adding new pages, API endpoints, layouts, or route files.
Implement robust offline caching and asset management for React apps via Service Workers.