1 रिपॉजिटरी
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.
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.