awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Synchronization Primitives · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesData Synchronization Primitives

Low-level utilities and mechanisms for managing data flow, entity tracking, and update scheduling, distinct from high-level state management libraries.

Explore 4 awesome GitHub repositories matching web development · Data Synchronization Primitives. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. State & Data Management
  5. Data Synchronization Primitives

Awesome Data Synchronization Primitives GitHub Repositories

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

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
  • vuejs/vue

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript
  • flutter/flutter

    flutter/flutter

    175,261GitHubView on GitHub↗

    This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-p

    Dartandroidapp-frameworkcross-platform
  • home-assistant/core

    home-assistant/core

    84,936GitHubView on GitHub↗

    Home Assistant is a centralized home automation platform designed to orchestrate diverse internet-connected devices and services. It functions as a local-first control system that normalizes heterogeneous hardware protocols into a unified set of entities, attributes, and services. The core architecture relies on an eve

    Pythonasynciohacktoberfesthome-automation

Explore sub-tags

  • Asynchronous Update QueuesMechanisms that buffer state changes to perform updates asynchronously, often to optimize rendering or batch operations.
  • Entity State ManagementRepresentations of entity states at specific moments, including associated metadata and attributes.
  • Reactivity PrimitivesBuilt-in primitives for tracking state changes and automatically updating dependent components or data structures.