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

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

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

21 रिपॉजिटरी

Awesome GitHub RepositoriesProxy-Based Reactivity

Implementation of reactive systems using JavaScript Proxy objects to intercept and react to data changes.

Distinguishing note: Specifically uses Proxy-based interception, distinct from getter/setter or observable-based reactivity.

Explore 21 awesome GitHub repositories matching web development · Proxy-Based Reactivity. Refine with filters or upvote what's useful.

Awesome Proxy-Based Reactivity GitHub Repositories

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

    ryansolid/solid

    35,623GitHub पर देखें↗

    Solid is a reactive UI library and isomorphic JavaScript framework used for building component-based user interfaces. It functions as a declarative component library and state management system that updates the DOM without using a virtual DOM. The framework utilizes fine-grained reactivity and proxy-based state management to track dependencies and trigger precise updates to specific text or attributes. It supports isomorphic rendering through streaming server-side rendering and progressive hydration, allowing content to be generated on both the server and the client. The system covers declar

    Employs JavaScript Proxies to intercept object reads and writes for automatic dependency tracking and notifications.

    TypeScript
    GitHub पर देखें↗35,623
  • solidjs/solidsolidjs का अवतार

    solidjs/solid

    35,621GitHub पर देखें↗

    Solid is a declarative JavaScript framework for building user interfaces through fine-grained reactivity. By utilizing a compile-time template transformation process, it converts JSX into direct DOM manipulation instructions, eliminating the need for a virtual tree. This architecture allows the framework to track dependencies at the individual element level, ensuring that state changes trigger surgical updates to the interface. The framework distinguishes itself through its isomorphic rendering pipeline, which shares reactive logic across server and client environments to support both initial

    Uses JavaScript proxies to intercept mutations on nested objects, enabling granular reactivity for complex data structures.

    TypeScriptdeclarativefine-grainedjavascript
    GitHub पर देखें↗35,621
  • alpinejs/alpinealpinejs का अवतार

    alpinejs/alpine

    31,675GitHub पर देखें↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    Uses JavaScript proxy objects to intercept data mutations and automatically trigger targeted updates across the user interface components.

    HTML
    GitHub पर देखें↗31,675
  • immerjs/immerimmerjs का अवतार

    immerjs/immer

    28,957GitHub पर देखें↗

    Immer is an immutable state management library used to create new versions of data structures. It allows the production of new state by mutating a temporary draft instead of using manual object spreading. The project implements structural sharing to reuse unchanged parts of a data tree between versions, which reduces memory consumption. It also functions as a JSON patch generator to calculate and output the differences between two state versions. To ensure data integrity, the library includes a state mutation protector that freezes data structures to detect and prevent accidental modificatio

    Uses JavaScript Proxies to intercept property access and assignments for recording state changes.

    JavaScriptimmutableimmutablesreducer
    GitHub पर देखें↗28,957
  • mobxjs/mobxmobxjs का अवतार

    mobxjs/mobx

    28,189GitHub पर देखें↗

    MobX is a reactive state management library and fine-grained reactivity engine. It provides an observable data store that automatically triggers updates in the user interface when data structures change, functioning as a transparent functional reactive store to maintain a consistent source of truth. The system utilizes a dependency-graph mapping and proxy-based object observation to track data dependencies. This ensures that only the specific components dependent on changed data are updated, which reduces unnecessary re-renders and optimizes frontend performance. The library supports decoupl

    Uses JavaScript Proxy objects to intercept property access and mutations for deep tracking of nested data.

    TypeScriptjavascriptmobxreact
    GitHub पर देखें↗28,189
  • ruby/rubyruby का अवतार

    ruby/ruby

    23,497GitHub पर देखें↗

    Ruby is a general-purpose, dynamic programming language built on an object-oriented runtime environment. It treats every piece of data as an object, ensuring a consistent interface for manipulation across the entire system. The language is designed to support programmer productivity through a focus on natural syntax and flexible metaprogramming capabilities. The runtime distinguishes itself through a pure object model that allows for dynamic class modification and runtime method definition. It supports functional programming patterns by encapsulating code blocks as objects that capture their

    Intercepts calls to undefined methods to implement dynamic proxying and flexible API design.

    Rubycjitlanguage
    GitHub पर देखें↗23,497
  • pmndrs/jotaipmndrs का अवतार

    pmndrs/jotai

    21,208GitHub पर देखें↗

    Jotai is a state management library for React applications that utilizes an atomic model to handle data. It organizes application state into small, independent units called atoms, which automatically track dependencies and trigger granular updates to components. By building state through these composable primitives, the library ensures that only the necessary parts of an application re-render when data changes. The library distinguishes itself through its flexible approach to state composition and asynchronous data handling. It integrates promises directly into the state model, allowing devel

    Uses proxy-based mutable updates to allow intuitive state modification while maintaining immutability.

    TypeScriptatomichacktoberfestmanagement
    GitHub पर देखें↗21,208
  • quarkusio/quarkusquarkusio का अवतार

    quarkusio/quarkus

    15,479GitHub पर देखें↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Applies cross-cutting logic to method invocations using interceptor bindings and repeatable annotations.

    Javacloud-nativehacktoberfestjava
    GitHub पर देखें↗15,479
  • qwikdev/partytownQwikDev का अवतार

    QwikDev/partytown

    13,706GitHub पर देखें↗

    Partytown is a library designed to offload resource-intensive third-party scripts to background web workers. By executing these scripts outside of the main thread, it prevents them from blocking the critical rendering path, thereby maintaining a responsive user interface and improving overall page load performance. The project functions as a web worker proxy library that synchronizes browser interfaces between the main thread and background environments. It uses proxy-based access and synchronous messaging to replicate global objects like the window and document, allowing scripts to interact

    Uses JavaScript proxies to intercept and forward property access and method calls from a background worker to the main thread.

    TypeScript3rd-party3rdpartyanalytics
    GitHub पर देखें↗13,706
  • yujincheng08/biliroamingyujincheng08 का अवतार

    yujincheng08/BiliRoaming

    11,079GitHub पर देखें↗

    BiliRoaming is an Android application modification module designed to enhance the official video streaming experience through runtime method swizzling and network traffic interception. It functions as a framework that injects custom logic into the host process to bypass regional playback restrictions and enable access to media content regardless of geographic location. The tool distinguishes itself by providing a comprehensive suite of features for media consumption and interface control. It enables users to download restricted content for offline viewing, suppress intrusive modal dialogs, an

    Intercepts and replaces application methods at runtime to inject custom logic into the execution flow.

    Kotlinbilibilixposed
    GitHub पर देखें↗11,079
  • vuejs/petite-vuevuejs का अवतार

    vuejs/petite-vue

    9,683GitHub पर देखें↗

    Petite-vue is a lightweight, client-side reactive UI library and templating engine designed for progressive enhancement. It serves as a minimal state management tool that binds reactive data to DOM elements, allowing user interfaces to update automatically when state changes without requiring a full build step. The framework specifically focuses on adding interactivity to server-rendered HTML. It allows for the creation of isolated reactive regions and embedded widgets on a single page, using custom delimiters to prevent syntax conflicts with server-side template engines. The system covers r

    Utilizes JavaScript Proxies to track data dependencies and trigger automatic UI updates.

    TypeScript
    GitHub पर देखें↗9,683
  • pardeike/harmonypardeike का अवतार

    pardeike/Harmony

    6,526GitHub पर देखें↗

    Harmony is a library for modifying, replacing, and decorating compiled .NET and Mono methods during execution without altering binary files on disk. It functions as a runtime method patching tool, a CIL instruction manipulator, and a reflection extension for C#. The project provides mechanisms to intercept method execution, allowing custom code to run before or after original methods while maintaining the existing program flow. It enables the analysis and rewriting of Common Intermediate Language instructions to change the internal logic of compiled methods. The toolkit also includes utiliti

    Executes custom code before or after original methods while maintaining the existing program flow.

    C#cilcsharpdetour
    GitHub पर देखें↗6,526
  • hit-alibaba/interviewHIT-Alibaba का अवतार

    HIT-Alibaba/interview

    5,253GitHub पर देखें↗

    This project is a comprehensive technical interview preparation guide and computer science knowledge base. It serves as a structured study resource designed to help software engineers review core engineering concepts and prepare for professional coding assessments. The repository focuses on a wide array of theoretical and practical domains, including detailed references for mobile application architecture and operating system fundamentals. It provides curated materials on software architecture patterns and network protocol analysis to support professional development. The content covers foun

    Describes the process of intercepting and handling calls to unimplemented methods in Objective-C.

    Shellinterviewinterview-preparation
    GitHub पर देखें↗5,253
  • biaochenxuying/blogbiaochenxuying का अवतार

    biaochenxuying/blog

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

    This project is a frontend development blog and technical knowledge base. It serves as a software engineering reference and web development portfolio, providing a curated collection of articles and notes on front-end engineering, programming patterns, and computer science fundamentals. The site focuses on frontend engineering education and technical knowledge management. It covers software architecture patterns, web development workflows, and engineering interview preparation through the organization of technical guides and tutorials. The project's scope includes the documentation of browser

    Implements reactive state management using JavaScript Proxy objects to intercept data mutations.

    HTMLalgorithmselement-uiexpress
    GitHub पर देखें↗4,774
  • vanjs-org/vanvanjs-org का अवतार

    vanjs-org/van

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

    Van is a reactive JavaScript UI framework designed for building user interfaces with state binding and automatic DOM updates without a virtual DOM. It functions as a buildless frontend framework, allowing the creation of reactive applications using standard JavaScript functions that run directly in the browser without a compilation step. The framework includes a reactive state manager that uses proxy-based objects to track dependencies and trigger targeted UI updates. It provides a server-side rendering tool for generating static HTML and a corresponding client-side hydration process to attac

    Allows wrapping JavaScript class instances in reactive proxies to bind custom object models to the UI.

    JavaScriptdata-bindingdomdom-manipulation
    GitHub पर देखें↗4,390
  • 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

    Uses JavaScript Proxy objects to intercept data changes and automatically trigger UI updates.

    TypeScript
    GitHub पर देखें↗4,184
  • vuejs/vuefirevuejs का अवतार

    vuejs/vuefire

    3,910GitHub पर देखें↗

    Vuefire Vue.js के लिए एक Firebase एकीकरण लाइब्रेरी है जो बैकग्राउंड स्टेट और रीयल-टाइम डेटा को रिएक्टिव फ्रंटएंड कंपोनेंट्स के साथ सिंक्रोनाइज़ करती है। यह एक बैकएंड-एज़-ए-सर्विस क्लाइंट और सिंक्रोनाइज़ेशन टूल के रूप में कार्य करता है, जो रिमोट Firebase दस्तावेज़ों, संग्रहों और प्रमाणीकरण स्थिति को स्थानीय एप्लिकेशन स्टेट के साथ जोड़ता है। यह लाइब्रेरी उपयोगकर्ता प्रमाणीकरण वर्कफ़्लो और रीयल-टाइम डेटाबेस सिंक्रोनाइज़ेशन को प्रबंधित करने के लिए विशेष रैपर्स प्रदान करती है। यह रिमोट डेटा स्रोतों को रिएक्टिव ऑब्जेक्ट्स और एरेज़ से जोड़ने की प्रक्रिया को स्वचालित करती है, यह सुनिश्चित करती है कि बैकएंड डेटा बदलने पर यूजर इंटरफेस तुरंत अपडेट हो जाए। यह प्रोजेक्ट दस्तावेज़ों और संग्रहों के लिए रिएक्टिव बाइंडिंग्स के माध्यम से सर्वरलेस फ्रंटएंड विकास को कवर करता है। इसमें डेटाबेस बाइंडिंग्स और सेटिंग्स के आरंभीकरण को स्वचालित करने के लिए Nuxt प्रोजेक्ट्स के लिए एकीकरण यूटिलिटीज भी शामिल हैं।

    Uses JavaScript Proxy objects to synchronize remote Firebase data streams with Vue's reactivity system.

    TypeScript
    GitHub पर देखें↗3,910
  • standardagents/arrow-jsstandardagents का अवतार

    standardagents/arrow-js

    3,673GitHub पर देखें↗

    Arrow-js is a reactive UI framework and server-side rendering system designed for building agentic interfaces. It functions as a reactive state manager and isomorphic routing engine, enabling the creation of web applications that utilize tagged template literals for efficient DOM updates. The project distinguishes itself by incorporating a WebAssembly code sandbox, which allows untrusted or AI-generated code to execute within a secure virtual machine to render interfaces without accessing the host DOM. It further enables agentic UI development by allowing AI agents to dynamically generate vie

    Implements a reactive system using observable objects and proxy-like tracking to automatically synchronize state with the UI.

    TypeScriptdeclarativereactiverendering
    GitHub पर देखें↗3,673
  • rainmango/vue3-composition-adminRainManGO का अवतार

    RainManGO/vue3-composition-admin

    3,249GitHub पर देखें↗

    This project is a template for building administrative dashboards using the Vue 3 framework and TypeScript. It provides a modular architecture designed to help developers organize, monitor, and control complex application settings through a centralized web portal. The template distinguishes itself by integrating a comprehensive suite of development tools, including a built-in backend API simulator and a frontend mock data generator. These features allow for the testing of application logic and user flows before production services are fully integrated. It also incorporates a reusable componen

    Tracks data changes using JavaScript proxies to trigger automatic UI updates.

    Vueaxios-mappercomposition-apidotenv-cli
    GitHub पर देखें↗3,249
  • tobe-fe-dalao/fast-vue3tobe-fe-dalao का अवतार

    tobe-fe-dalao/fast-vue3

    1,928GitHub पर देखें↗

    यह प्रोजेक्ट Vue 3, TypeScript और Vite का उपयोग करके वेब एप्लिकेशन के निर्माण में तेजी लाने के लिए डिज़ाइन किया गया एक फ्रंटएंड स्कैफोल्डिंग टूल और स्टार्टर टेम्प्लेट है। यह एक पूर्व-कॉन्फ़िगर डेवलपमेंट वातावरण प्रदान करता है जो स्केलेबल उपयोगकर्ता इंटरफेस के प्रारंभिक सेटअप को सुव्यवस्थित करने के लिए आवश्यक बिल्ड टूल और स्टेट प्रबंधन को एकीकृत करता है। फ्रेमवर्क सामान्य डेवलपमेंट कार्यों को स्वचालित करके खुद को अलग करता है, जिसमें बॉयलरप्लेट कोड को कम करने के लिए प्रोजेक्ट निर्भरताओं का स्वचालित रिज़ॉल्यूशन और आयात शामिल है। यह फ़ाइल-आधारित रूटिंग को भी लागू करता है, जो भौतिक निर्देशिका लेआउट से सीधे एप्लिकेशन नेविगेशन संरचनाएं उत्पन्न करता है, और पूर्व-निर्धारित डिज़ाइन टोकन के माध्यम से सुसंगत विज़ुअल पैटर्न बनाए रखने के लिए एटॉमिक यूटिलिटी स्टाइलिंग का उपयोग करता है। वातावरण में आधुनिक बिल्ड प्रक्रियाओं के लिए इन-बिल्ट समर्थन शामिल है, जैसे कि अहेड-ऑफ-टाइम मॉड्यूल बंडलिंग और वर्चुअल DOM रिकॉन्सिलिएशन, ताकि कुशल रेंडरिंग और अनुकूलित स्टेटिक एसेट सुनिश्चित किए जा सकें। ये क्षमताएं एक एकीकृत प्रोजेक्ट संरचना में एकीकृत हैं जो नए फ्रंटएंड एप्लिकेशन के लिए कॉन्फ़िगरेशन और रखरखाव को सरल बनाती है।

    Implements reactive data tracking using JavaScript Proxy objects for granular component updates.

    TypeScripttypescriptvue
    GitHub पर देखें↗1,928
पिछला12अगला
  1. Home
  2. Web Development
  3. Proxy-Based Reactivity

सब-टैग एक्सप्लोर करें

  • Class-Based Reactive ProxiesReactive wrappers for JavaScript class instances to enable state binding for custom object models. **Distinct from Proxy-Based Reactivity:** Specific to wrapping class instances for reactivity, whereas Proxy-Based Reactivity is the general mechanism.
  • Observable Dependency TrackingTracking data dependencies through proxy-like objects to trigger automatic UI updates. **Distinct from Proxy-Based Reactivity:** Focuses on the observation and dependency tracking layer rather than just the Proxy interception mechanism.
  • Proxy Self-Injection1 सब-टैगTechniques for ensuring internal method calls correctly trigger proxy-based features like transactions or caching. **Distinct from Proxy-Based Reactivity:** Distinct from Proxy-Based Reactivity: focuses on internal method interception rather than data reactivity.