2 Repos
Architectural patterns for managing state propagation across component trees.
Distinguishing note: Focuses on property-based state sharing and unidirectional propagation.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Data Flow Patterns. Refine with filters or upvote what's useful.
React ist eine JavaScript-Bibliothek für den Aufbau von Benutzeroberflächen, basierend auf einer komponentenorientierten Architektur und unidirektionalem Datenfluss.
Ensures predictable state management by passing data downwards through props and triggering updates via explicit actions.
Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha
Shares data and state-modifying functions across the component tree as properties.