React is a JavaScript library for building user interfaces through component-based architecture. It uses a virtual DOM for efficient rendering and supports server-side rendering.
Key Concepts
Components and props
State and useState/useReducer
Effects and useEffect
Context for global state
Hooks pattern
Common Use Cases
Single-page applications
Mobile with React Native
Server rendering with Next.js
Interactive dashboards
Component libraries
Best Practices
Use functional components
Implement proper state management
Memoize expensive computations
Use proper error boundaries
Test with React Testing Library
Resources
React.dev: react.dev
Related Skills: javascript, nextjs, redux
1---2name: react-23description: React4---5# React67React is a JavaScript library for building user interfaces through component-based architecture. It uses a virtual DOM for efficient rendering and supports server-side rendering.89## Key Concepts1011- Components and props12- State and useState/useReducer13- Effects and useEffect14- Context for global state15- Hooks pattern1617## Common Use Cases1819- Single-page applications20- Mobile with React Native21- Server rendering with Next.js22- Interactive dashboards23- Component libraries2425## Best Practices2627- Use functional components28- Implement proper state management29- Memoize expensive computations30- Use proper error boundaries31- Test with React Testing Library3233## Resources3435- React.dev: react.dev36- Related Skills: javascript, nextjs, redux
Run npx skillmds@latest add neuralblitz/react-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
React It is listed under Web & Frontend on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
NeuralBlitz (@neuralblitz) published this skill. Their other Agent Skills are listed on their SkillMD profile.