awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesData Mapping Frameworks

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.

Awesome Data Mapping Frameworks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • vuetifyjs/vuetifyAvatar vuetifyjs

    vuetifyjs/vuetify

    41,003Vezi pe GitHub↗

    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.

    TypeScriptjavascriptmaterialmaterial-components
    Vezi pe GitHub↗41,003
  • instagram/iglistkitAvatar Instagram

    Instagram/IGListKit

    13,070Vezi pe GitHub↗

    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.

    Objective-Cdiffinginstagramios
    Vezi pe GitHub↗13,070
  1. Home
  2. User Interface & Experience
  3. Data Mapping Frameworks

Explorează sub-etichetele

  • UIFrameworks that map complex data models to specific UI components like collection views. **Distinct from Data Mapping Frameworks:** Specifically maps models to layout controllers and cells, rather than just automating property assignments.