awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRef Migration Tools

Utilities for converting deprecated string-based references into stable callback refs.

Distinct from Ref Forwarding: Specifically handles the migration from string refs to callback refs, not just general ref forwarding.

Explore 1 awesome GitHub repository matching user interface & experience · Ref Migration Tools. Refine with filters or upvote what's useful.

Awesome Ref Migration Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • reactjs/react-codemodreactjs 的头像

    reactjs/react-codemod

    4,403在 GitHub 上查看↗

    这是一个抽象语法树(AST)转换工具套件,旨在自动化将源代码迁移到较新版本 React 的过程。它提供了一组脚本,以编程方式修改代码结构,用现代等效项替换已弃用的 API 和组件模式。 该工具包专门用于使用箭头函数和属性解构将类组件转换为函数组件。它还包括用于现代化 JSX 语法、将已弃用的生命周期方法更新为稳定版本以及将遗留的基于字符串的引用迁移到回调引用的实用程序。 其他功能涵盖了导入模式的优化、冗余导入的删除以及包引用和模块路径的更新。该项目使用规则驱动的源代码迁移和模式匹配语法分析,以确保转换在大型代码库中保持一致。

    Replaces deprecated string-based references with callback refs to ensure stable element referencing.

    JavaScript
    在 GitHub 上查看↗4,403
  1. Home
  2. User Interface & Experience
  3. Component Architectures
  4. Component Communication Patterns
  5. Component Data Passing
  6. Ref Forwarding
  7. Ref Migration Tools