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

2 repos

Awesome GitHub RepositoriesSignals & Reactivity

Reactive systems that track state dependencies and property changes to trigger efficient updates across an application.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Signals & Reactivity. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Architectural Design Patterns
  4. State Management
  5. Reactive Subscription Systems
  6. Signals & Reactivity

Awesome Signals & Reactivity GitHub Repositories

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

    angular/angular

    99,962GitHubView on GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex

    TypeScriptangularjavascriptpwa
  • sveltejs/svelte

    sveltejs/svelte

    85,874GitHubView on GitHub↗

    Svelte is a compile-time user interface framework that transforms declarative component syntax into highly optimized, imperative JavaScript code during the build process. By shifting reconciliation logic from the browser to the build step, it functions as a zero-runtime library that eliminates the need for a heavy fram

    JavaScriptcompilertemplateui

Explore sub-tags

  • Reactive Context TrackingA runtime mechanism that tracks signal reads to establish dependencies.
  • Reactive Dependency TrackersSystems that map state dependencies to specific UI nodes to enable surgical updates.
  • Resource Status TrackersReactive properties for tracking the loading status, errors, and data of a resource.