Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.
Add this skill
npx mdskills install sickn33/react-modernizationWell-scoped but lacks concrete instructions, relying entirely on an external playbook
1---2name: react-modernization3description: Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.4---56# React Modernization78Master React version upgrades, class to hooks migration, concurrent features adoption, and codemods for automated transformation.910## Use this skill when1112- Upgrading React applications to latest versions13- Migrating class components to functional components with hooks14- Adopting concurrent React features (Suspense, transitions)15- Applying codemods for automated refactoring16- Modernizing state management patterns17- Updating to TypeScript18- Improving performance with React 18+ features1920## Do not use this skill when2122- The task is unrelated to react modernization23- You need a different domain or tool outside this scope2425## Instructions2627- Clarify goals, constraints, and required inputs.28- Apply relevant best practices and validate outcomes.29- Provide actionable steps and verification.30- If detailed examples are required, open `resources/implementation-playbook.md`.3132## Resources3334- `resources/implementation-playbook.md` for detailed patterns and examples.35
Full transparency — inspect the skill content before installing.