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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesInstance Proxy Bypasses

Architectural patterns that avoid proxying object instances to allow direct variable access for better minification.

Distinguishing note: The candidates are focused on network proxies or process management, whereas this is about JavaScript object instance proxies for bundle optimization.

Explore 1 awesome GitHub repository matching software engineering & architecture · Instance Proxy Bypasses. Refine with filters or upvote what's useful.

Awesome Instance Proxy Bypasses GitHub Repositories

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

    vuejs/composition-api

    4,184GitHub पर देखें↗

    This project is a reactivity plugin that brings the Composition API and reactive state management from Vue 3 to Vue 2 applications. It serves as a component logic organizer and a system for encapsulating reactive state and functions into reusable utilities. The plugin enables the use of composable functions to share stateful logic across components without relying on mixins. It provides a structure based on plain variables and functions to facilitate automatic type inference and editor autocomplete. Additionally, it includes a provider-based dependency injection system for sharing data and fu

    Enables more efficient minification and smaller production bundle sizes by accessing variables directly instead of through component instance proxies.

    TypeScript
    GitHub पर देखें↗4,184
  1. Home
  2. Software Engineering & Architecture
  3. Instance Proxy Bypasses