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,403GitHub पर देखें↗

    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.

    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