1 repo
Software patterns where state changes automatically drive view updates.
Distinguishing note: Focuses on the declarative paradigm.
Explore 1 awesome GitHub repository matching software engineering & architecture · Declarative Architectures. Refine with filters or upvote what's useful.
Quasar is a cross-platform development framework that enables the creation of web, mobile, and desktop applications from a single codebase. It provides a declarative architecture where state changes automatically trigger updates to the user interface, supported by a centralized data store that synchronizes state across components. The framework distinguishes itself through a build-time platform abstraction that transforms a unified project into multiple target formats, including installable progressive web apps. It includes a comprehensive component-driven library that enforces a consistent d
Implements a structured approach where state changes automatically trigger updates to the rendered view.