2 repos
Mechanisms and patterns for passing information, state, and events between components, distinct from structural or lifecycle concerns.
Explore 2 awesome GitHub repositories matching user interface & experience · Communication and Data Flow. Refine with filters or upvote what's useful.
This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained
Synchronizes property values between components using a shorthand event-based communication pattern.
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
Signals actions from child to parent components by responding to custom events using standard binding syntax.