What is react-patterns?
Write React components with minimal state, proper memoization, and type-safe patterns. Use when creating components, managing state, or optimizing renders. Source: casper-studios/casper-marketplace.
Write React components with minimal state, proper memoization, and type-safe patterns. Use when creating components, managing state, or optimizing renders.
Quickly install react-patterns AI skill to your development environment via command line
Source: casper-studios/casper-marketplace.
Core React patterns for component design, state management, and optimization.
Avoid state variables. Prefer derived values and props. Scope state to the smallest subtree that needs it. Use discriminated unions for complex state.
Required for any O(n) operation. Memoize atomically to minimize dependency arrays. Use Loader/Inner pattern to narrow types before useMemo.
Write React components with minimal state, proper memoization, and type-safe patterns. Use when creating components, managing state, or optimizing renders. Source: casper-studios/casper-marketplace.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/casper-studios/casper-marketplace --skill react-patternsWrite React components with minimal state, proper memoization, and type-safe patterns. Use when creating components, managing state, or optimizing renders. Source: casper-studios/casper-marketplace.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/casper-studios/casper-marketplace --skill react-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/casper-studios/casper-marketplace