⚛️
FrontendTypeScript

React Best Practices

by ItsWendell

React Best Practices is a Frontend skill for Claude Code, published by ItsWendell in palot.

179 stars25 forkson ItsWendell/palotAdded 2026/09/07+1% in starsRepository updated 2026/05/18
agentic-codingai-agentai-coding-assistantanthropicclaudeclaude-codecodexcoding-agentcopilotcursordesktop-appdeveloper-toolselectrongeminiguiopenaiopencodeopusreacttypescript
Install in seconds
Install React Best Practices
Copy React Best Practices into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ItsWendell/palot/tree/main/.agents/skills/react-best-practices ~/.claude/skills/react-best-practices

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ItsWendell/palot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/react-best-practices/SKILL.md in ItsWendell/palot
Installs to
~/.claude/skills/react-best-practices
Collection
The only skill cataloged from this repository
Category
Frontend705 skills

What React Best Practices does

React Best Practices provides performance rules for writing, reviewing, and refactoring React code. Use it for component rendering, data fetching, bundle size, and re-render optimization.

React Best Practices is cataloged under Frontend on DirSkills. React Best Practices comes from a repository tagged agentic-coding, ai-agent, ai-coding-assistant, anthropic and claude.

Documentation

README

React Best Practices

Comprehensive performance optimization guide for React applications. Contains 47 rules across 7 categories, prioritized by impact to guide automated refactoring and code generation. Next.js-specific rules have been removed for this project (Electron + Vite + React 19). Originally from vercel-labs/agent-skills (MIT).

When to Apply

Reference these guidelines when:

  • Writing new React components
  • Implementing data fetching (client-side)
  • Reviewing code for performance issues
  • Refactoring existing React code
  • Optimizing bundle size or load times

This is the opening of the README. Read the full README on GitHub.

Frequently asked about React Best Practices

  • How does React Best Practices compare to other Frontend skills?

    React Best Practices ranks #637 by stars among the 705 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of React Best Practices against them. Open each page to compare what they document and how they install.