awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Reactivity Systems · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesReactivity Systems

Systems that automatically update the user interface in response to changes in underlying application state.

Explore 1 awesome GitHub repository matching user interface & experience · Reactivity Systems. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Data Binding and State Management
  4. Reactivity Systems

Awesome Reactivity Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Automatic Dependency TrackingSystems that implicitly detect which reactive sources are accessed during execution to register them as dependencies.
  • Computed PropertiesDerived state that updates automatically based on dependencies.
  • Computed Property CachingMechanisms that store the results of expensive calculations and only re-evaluate them when reactive dependencies change.
  • Deep Property WatchersSystems that recursively monitor nested object properties for mutations to trigger callbacks.
  • External State IntegrationsIntegration of non-reactive state into the reactivity system.
  • Proxy-Based ReactivityUses JavaScript proxies to intercept property access and mutation for automatic dependency tracking.
  • Reactive State ManagementSystems that automatically track dependencies and trigger updates when state values change.
  • Reactive State WatchersMechanisms that execute custom callback functions in response to specific state changes.
  • Reactive State WrappersContainer objects that hold reactive values, enabling primitive type tracking and automatic unwrapping in templates.
  • Side Effect Cleanup UtilitiesMechanisms for registering callbacks to cancel or reset operations when a reactive effect is re-run or destroyed.
  • Watcher Execution StrategiesConfiguration options for when and how watcher callbacks are triggered relative to state changes.
  • Writable Computed PropertiesComputed values that support both getter and setter functions to allow bidirectional data flow.