awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesApplication State Synchronization

Synchronization of application-specific states such as reading positions and user preferences across devices.

Distinct from Cloud Storage Synchronization: Distinct from Cloud Storage Synchronization: focuses on application state and reading progress rather than raw file archives.

Explore 4 awesome GitHub repositories matching data & databases · Application State Synchronization. Refine with filters or upvote what's useful.

Awesome Application State Synchronization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mrousavy/react-native-mmkvAvatar von mrousavy

    mrousavy/react-native-mmkv

    8,404Auf GitHub ansehen↗

    react-native-mmkv is a synchronous mobile persistence system that provides an encrypted key-value store for mobile applications. It serves as a high-performance wrapper for the MMKV storage engine, eliminating asynchronous overhead by reading and writing values directly to disk. The project distinguishes itself through shared app group storage, which allows data access across multiple application extensions via a shared filesystem directory. It also provides state-synced storage hooks that automatically trigger component updates when stored key-value pairs change. The system covers a broad r

    Syncs application state with local storage using hooks that trigger immediate UI updates when values change.

    TypeScriptandroidcppdatabase
    Auf GitHub ansehen↗8,404
  • antonioru/beautiful-react-hooksAvatar von antonioru

    antonioru/beautiful-react-hooks

    8,355Auf GitHub ansehen↗

    This project is a collection of reusable React hooks designed to wrap browser APIs, manage state persistence, and handle DOM observation. It provides a consistent interface for integrating native browser capabilities directly into the React component lifecycle. The library includes specialized toolkits for monitoring the browser environment, such as window resizing, network connectivity, and viewport visibility. It also provides mechanisms for managing execution timing through debouncing, throttling, and the control of timeouts and intervals. Additional capabilities cover state management wi

    Synchronizes application state with local storage or cookies to maintain consistency across sessions.

    JavaScriptcustom-hooksfront-endhooks
    Auf GitHub ansehen↗8,355
  • zerobias/effectorAvatar von zerobias

    zerobias/effector

    4,837Auf GitHub ansehen↗

    Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven applications. It models application logic as a directed acyclic graph, where state updates and asynchronous side effects propagate automatically through declarative pipelines. By decoupling business logic from user interface layers, it allows developers to maintain state in independent containers that communicate via standard interfaces, ensuring the system remains framework-agnostic. The library distinguishes itself through its robust support for isolated execution scopes, w

    Serializes application state from the server and hydrates it on the client to ensure consistent data availability during initial page loads.

    TypeScript
    Auf GitHub ansehen↗4,837
  • foobnix/librerareaderAvatar von foobnix

    foobnix/LibreraReader

    4,246Auf GitHub ansehen↗

    LibreraReader is a multi-format e-book reader and digital library manager designed for mobile and desktop devices. It functions as a customizable document renderer and a text-to-speech document player that converts written text into spoken audio via a configurable speech engine and integrated media player. The project distinguishes itself through a high degree of visual and functional customization, including the ability to inject custom CSS for styling overrides and the use of pluggable rendering engines to balance speed and stability. It includes specialized navigation tools such as a verti

    Synchronizes reading progress, bookmarks, and settings across devices via cloud storage.

    C
    Auf GitHub ansehen↗4,246
  1. Home
  2. Data & Databases
  3. Cloud Storage Synchronization
  4. Application State Synchronization