1 repo
Frameworks and patterns for building user interfaces through hierarchical nesting of reusable visual elements.
Distinguishing note: Focuses on the structural composition of UI elements rather than state management or layout engines.
Explore 1 awesome GitHub repository matching user interface & experience · Declarative Component Architectures. Refine with filters or upvote what's useful.
Iced is a cross-platform graphical user interface framework designed for building interactive applications with a focus on type safety and predictable state management. It utilizes a declarative architecture that separates application state, update logic, and view rendering, allowing developers to construct complex interfaces by nesting reusable functional components. The framework distinguishes itself through an Elm-inspired message-passing pattern, where all user interactions are processed as discrete messages to ensure reliable state transitions. It employs an immediate-mode rendering para
Enables building complex user interfaces by nesting reusable visual elements into a structured hierarchy.