awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesFramework Version Migrators

Automated tools for updating source code to newer versions of a specific software framework by replacing deprecated APIs.

Distinguishing note: The existing candidates focus on data migrations or specific TS migrations, not general framework API updates via codemods.

Explore 1 awesome GitHub repository matching development tools & productivity · Framework Version Migrators. Refine with filters or upvote what's useful.

Awesome Framework Version Migrators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • reactjs/react-codemodAvatar de reactjs

    reactjs/react-codemod

    4,403Voir sur GitHub↗

    This project is a suite of abstract syntax tree transformation tools designed to automate the migration of source code to newer versions of React. It provides a set of scripts that programmatically modify code structures to replace deprecated APIs and component patterns with modern equivalents. The toolkit specializes in converting class components into functional components using arrow functions and prop destructuring. It also includes utilities for modernizing JSX syntax, updating deprecated lifecycle methods to stable versions, and migrating legacy string-based references to callback refs.

    Automates the update of source code to newer React versions by replacing deprecated APIs and patterns.

    JavaScript
    Voir sur GitHub↗4,403
  1. Home
  2. Development Tools & Productivity
  3. Framework Version Migrators