1 مستودع
Components that bind persistent storage entities directly to user interface views for automatic updates.
Distinguishing note: Existing candidates focus on chart types or general view composition, not the specific binding of persistence layers to views.
Explore 1 awesome GitHub repository matching user interface & experience · Persistent Data Bindings. Refine with filters or upvote what's useful.
CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs using the Core Data framework. It functions as an atomic persistence manager that executes data updates within transactional blocks to ensure changes are either fully saved or rolled back to prevent state corruption. The project provides a dedicated framework for performing sequential schema migrations through defined version chains and a type-safe object mapping system for importing external JSON data into persistent entities using Swift protocols. It includes a data binding la
Connects persistent data to SwiftUI views using reader components that automatically refresh the UI on changes.