1 个仓库
Connects application state to external data sources by managing query lifecycles and handling updates.
Distinct from External Data Integrations: Focuses on the subscription lifecycle for external data, distinct from general data enrichment.
Explore 1 awesome GitHub repository matching data & databases · External Data Subscriptions. 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
Connects application state to external data sources by managing query lifecycles and handling updates.