AI AGENT ADDONS

React Patterns

jezweb/claude-skills

React apps can get slow and hard to manage. This skill gives you proven patterns to fix common problems. You will learn how to remove waterfalls where requests wait for each other. You will also learn to shrink bundle size and stop unnecessary re-renders.

Instead of using many boolean props, you can use composition to build cleaner components. The rules are ranked by impact. Start with critical issues that slow down your app the most. This skill works for React 19 projects using Vite and Cloudflare Workers.

Use it when writing new code, reviewing a pull request, or fixing a slow page. The patterns help you make apps that feel fast and are easy to update later.

Add React Patterns skill to your workflow

Global

mkdir -p ~/.claude/skills/react-patterns

Project

mkdir -p .claude/skills/react-patterns

Source Repository

Stars
884
Forks
91
Watchers
884
License
MIT
Last Push
1 month ago
Created
9 months ago