awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mrousavy/react-native-mmkvAvatar de mrousavy

    mrousavy/react-native-mmkv

    8,404Ver en GitHub↗

    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
    Ver en GitHub↗8,404
  • antonioru/beautiful-react-hooksAvatar de antonioru

    antonioru/beautiful-react-hooks

    8,355Ver en GitHub↗

    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
    Ver en GitHub↗8,355
  • zerobias/effectorAvatar de zerobias

    zerobias/effector

    4,837Ver en GitHub↗

    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
    Ver en GitHub↗4,837
  • foobnix/librerareaderAvatar de foobnix

    foobnix/LibreraReader

    4,246Ver en GitHub↗

    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
    Ver en GitHub↗4,246
  1. Home
  2. Data & Databases
  3. Cloud Storage Synchronization
  4. Application State Synchronization