awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Binding and State Management · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesData Binding and State Management

Mechanisms for synchronizing application data with the interface, distinct from visual rendering or layout.

Explore 3 awesome GitHub repositories matching user interface & experience · Data Binding and State Management. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Data Binding and State Management

Awesome Data Binding and State Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • ocornut/imgui

    ocornut/imgui

    71,441GitHubView on GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily inte

    C++apicplusplusframework
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Data Binding6 sub-tagsMethods for synchronizing data between an application's underlying model and its visual representation.
  • Reactivity Systems12 sub-tagsSystems that automatically update the user interface in response to changes in underlying application state.
  • UI State Management1 sub-tagTools for organizing, tracking, and persisting the current state of user interface elements.