2 रिपॉजिटरी
Transforms application state into declarative data structures that represent the user interface and update automatically when underlying data changes.
Distinct from Data Display Components: Distinct from Data Display Components: focuses on the representation of UI as data structures, rather than just the display of data sets.
Explore 2 awesome GitHub repositories matching user interface & experience · Declarative Component Data Structures. Refine with filters or upvote what's useful.
re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur
Represents user interfaces as declarative data structures that reactively update based on state changes.
This application is a personal finance tracker that utilizes a cloud-based spreadsheet as its primary database for recording and organizing daily spending. It provides a web-based dashboard for managing individual transactions and generating monthly summaries to assist with budget oversight. The project distinguishes itself by leveraging spreadsheet-based storage to enable collaborative financial management, allowing multiple users to access and update shared records in real time. It further automates record maintenance through recurring transaction scheduling and integration with external wo
Maps financial data collections to reactive view components that update automatically when the underlying state changes.