react-19
CommunityWrite React 19 components without memoization.
AuthorAlbarracin-sg
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Enables building React 19 components with compiler-driven optimization, eliminating the need for useMemo/useCallback and reducing boilerplate.
Core Features & Use Cases
- Server Components First: default to server components and only mark client components when interactive needs arise.
- Guided Import Patterns: prefer named imports from react to enable tree-shaking and proper hooks usage.
- No Manual Memoization: avoid useMemo and useCallback, relying on React 19 compiler optimizations.
- Ref Prop Pattern: treat ref as a prop to simplify component APIs.
- Use of use() for suspense when consuming promises.
Quick Start
Start by creating a server component and then introduce a client component with 'use client' only where interactivity is required.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: react-19 Download link: https://github.com/Albarracin-sg/MIS-DOTFILES/archive/main.zip#react-19 Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.