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

2 repos

Awesome GitHub RepositoriesReactive Composition Patterns

Approaches that leverage functional reactivity and composable primitives to manage state, distinct from centralized store-based architectures.

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

  1. Home
  2. Software Engineering & Architecture
  3. System & Application Design
  4. Application Layer Architectures
  5. State Management Architectures
  6. Reactive Composition Patterns

Awesome Reactive Composition Patterns 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
  • 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

  • Reactive State ComposablesPattern for grouping multiple reactive references into reusable units to maintain consistent state across components.
  • Signal Based InputsReactive mechanism that automatically propagates updates to component properties whenever the underlying data source changes.