awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesDOM Synchronization

Techniques for synchronizing internal application state with the browser's document object model.

Distinguishing note: None of the candidates relate to the synchronization of UI state with the DOM; they cover mobile updates or valuation.

Explore 4 awesome GitHub repositories matching user interface & experience · DOM Synchronization. Refine with filters or upvote what's useful.

Awesome DOM Synchronization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mithriljs/mithril.jsMithrilJS का अवतार

    MithrilJS/mithril.js

    14,494GitHub पर देखें↗

    Mithril.js is a JavaScript UI framework designed for building single page applications. It functions as a virtual DOM library and a toolkit for creating dynamic user interfaces that synchronize application state with the browser display. The project integrates a client side router for mapping URLs to specific views and a built-in XHR data fetcher for sending and receiving information from servers. These components allow for navigation and content updates without requiring full page reloads. The framework covers user interface state management and asynchronous data fetching, utilizing virtual

    Synchronizes application state with the display by updating only the necessary parts of the document object model.

    JavaScript
    GitHub पर देखें↗14,494
  • prosemirror/prosemirrorProseMirror का अवतार

    ProseMirror/prosemirror

    8,690GitHub पर देखें↗

    ProseMirror एक रिच टेक्स्ट एडिटर फ्रेमवर्क और कोलैबोरेटिव एडिटिंग इंजन है जिसे सिमेंटिक कंटेंट एडिटर्स बनाने के लिए डिज़ाइन किया गया है। यह टेक्स्ट इंटरफ़ेस बनाने के लिए एक टूलकिट प्रदान करता है जहाँ दस्तावेज़ संरचना एक डिक्लेरेटिव, स्कीमा-ड्रिवन मॉडल द्वारा शासित होती है। यह फ्रेमवर्क ऐसे एडिटर्स के विकास को सक्षम बनाता है जो टेक्स्ट को साधारण HTML के बजाय स्ट्रक्चर्ड डेटा के रूप में मानते हैं, यह सुनिश्चित करते हुए कि दस्तावेज़ की सामग्री एक सख्त स्कीमा के माध्यम से सिमेंटिक रूप से कंसिस्टेंट बनी रहे। यह आर्किटेक्चर कई उपयोगकर्ताओं के बीच दस्तावेज़ परिवर्तनों को सिंक्रोनाइज़ करने के लिए रियल-टाइम कोलैबोरेटिव एडिटिंग को सपोर्ट करता है।

    Implements a custom synchronization layer that maps an internal semantic document model to the browser DOM.

    JavaScript
    GitHub पर देखें↗8,690
  • vugu/vuguvugu का अवतार

    vugu/vugu

    5,000GitHub पर देखें↗

    Vugu is a Go WebAssembly UI library and framework used to build type-safe, component-based single-page applications. It functions as a single-file component framework that bundles markup, styles, and logic into modular units, utilizing a virtual DOM engine to synchronize state changes with the browser output. The project features a Go component generator that converts custom UI templates into executable Go source code at compile time. It distinguishes itself through a WebAssembly-based runtime that executes application logic as a compiled binary in the browser and a server-side rendering tool

    Synchronizes internal application state with the browser's document object model by applying minimal necessary changes.

    Goframeworkgogui
    GitHub पर देखें↗5,000
  • john-smilga/javascript-basic-projectsjohn-smilga का अवतार

    john-smilga/javascript-basic-projects

    3,926GitHub पर देखें↗

    This is a collection of small JavaScript projects and code samples that demonstrate the implementation of fundamental programming concepts through practical applications. The repository serves as a reference for building interactive user interfaces, managing application state, and integrating external APIs using vanilla JavaScript. The project focuses on the use of standard JavaScript without external frameworks to create interface elements such as modals, sliders, and galleries. It provides examples of organizing complex application logic through object-oriented patterns using classes and ob

    Synchronizes internal application state with the browser's document object model.

    CSS
    GitHub पर देखें↗3,926
  1. Home
  2. User Interface & Experience
  3. DOM Synchronization