awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Unidirectional Data Flow Architectures · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesUnidirectional Data Flow Architectures

Architectural pattern where state updates follow a strict, predictable cycle initiated by dispatching actions.

Explore 1 awesome GitHub repository matching software engineering & architecture · Unidirectional Data Flow Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Architectural Patterns
  5. Layering & Presentation
  6. Application Layer Architectures
  7. State Management Architectures
  8. Action-Reducer Architectures
  9. Unidirectional Data Flow Architectures

Awesome Unidirectional Data Flow Architectures GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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

    Enforces a strict cycle where dispatched actions trigger specific functions to update the global data tree.

    TypeScriptredux