awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesCode-Split Update Support

Handling of hot module replacement for components loaded via lazy loading or asynchronous chunks.

Distinct from Hot Code Reloading: Focuses on updating components that are split, rather than the act of splitting the code itself

Explore 1 awesome GitHub repository matching development tools & productivity · Code-Split Update Support. Refine with filters or upvote what's useful.

Awesome Code-Split Update Support GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • gaearon/react-hot-loadergaearon का अवतार

    gaearon/react-hot-loader

    12,175GitHub पर देखें↗

    react-hot-loader is a developer utility for updating React components and hooks in real time. It functions as a state-preserving UI updater that wraps components in proxies, allowing the underlying logic to be replaced without unmounting the component tree. The tool maintains internal application state across hot module updates by swapping component logic while keeping the mount point constant. It includes mechanisms to intercept rendering errors during updates through temporary error boundaries and manages hook-order validation to prevent state mismatches when functional hooks change. The p

    Ensures components loaded via lazy loading or code splitting boundaries are updated correctly during hot replacement.

    JavaScript
    GitHub पर देखें↗12,175
  1. Home
  2. Development Tools & Productivity
  3. Hot Code Reloading
  4. Code-Split Update Support