neciudan.dev
01Plugin Claude Code
React patterns and anti-patterns from the Daily React newsletter.
Plugin Claude Code
React patterns and anti-patterns from the Daily React newsletter.
Plugin Claude Code
React and JavaScript patterns for state management, performance, hooks, component design, avoiding unnecessary useEffects, and preferring ES2025/ES2026 APIs.
Skill Claude CodeCodex
Use when writing or reviewing JavaScript - prefer ES2025/ES2026 APIs (Iterator helpers, Set methods, Temporal, using, Promise.try, Error.isError, Math.sumPrecise, Map.getOrInsert) over older patterns.
Skill Claude CodeCodex
Before writing useEffect, run through a decision tree to verify it's actually needed. Prevents the most common React anti-pattern in AI-generated code.
Skill Claude CodeCodex
10 high-impact React patterns and anti-patterns - state management, performance, hooks, and component design. Use when writing or reviewing React components.