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

4 repos

Awesome GitHub RepositoriesReactive Subscription Systems

Mechanisms that enable components to observe and react to state changes, focusing on the communication layer rather than the storage container.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Reactive Subscription Systems. 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

Awesome Reactive Subscription Systems 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
  • reduxjs/redux

    reduxjs/redux

    61,444GitHubView on GitHub↗

    Redux is a predictable state container designed to manage global application data through a centralized store. It operates on a unidirectional data flow architecture where state transitions are triggered by dispatching action objects, which are then processed by pure reducer functions to produce a new, immutable state

    TypeScriptredux
  • pmndrs/zustand

    pmndrs/zustand

    57,057GitHubView on GitHub↗

    Zustand is a state management library that provides a centralized store for managing shared application data. It functions as a reactive container that connects application state to components, allowing them to subscribe to specific slices of data and trigger updates automatically. By utilizing selector-based data acce

    TypeScripthacktoberfesthooksreact

Explore sub-tags

  • Component State BindingsBindings that connect functional components to a centralized data store to read and react to specific state updates.
  • Observer PatternsPatterns where components register callbacks to receive notifications whenever the underlying application state changes.
  • Reactive Data StoresReactive containers that track state transitions and provide hooks for components to subscribe to data updates.
Signals & Reactivity3 sub-tags
Reactive systems that track state dependencies and property changes to trigger efficient updates across an application.
  • State Change SubscriptionsMechanisms that listen for and respond to updates occurring within specific slices of application state.