2 रिपॉजिटरी
Utilities for automatically connecting data models to user interface properties.
Distinguishing note: Focuses on the automation of property assignment rather than general state management.
Explore 2 awesome GitHub repositories matching user interface & experience · Data Mapping Frameworks. Refine with filters or upvote what's useful.
This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib
The library connects data fields to component properties automatically to streamline the display of information without manual configuration.
IGListKit is a data-driven list manager and framework for iOS that decouples data models from cell logic. It serves as a wrapper for collection views, using a system of section controllers to map specific data model types to independent objects that manage the logic and sizing for list sections. The project features a diffing algorithm library that calculates the minimal set of changes between two data collections. By using unique identifiers and equality tracking, it identifies inserts, deletes, and moves to trigger animated updates instead of full interface reloads. The framework covers a
Maps data models to a UICollectionView to enable the rendering of complex lists with diverse content types.