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
·

1 repositorio

Awesome GitHub RepositoriesClient-Side Rollbacks

Automated mechanisms that revert a mobile application to a stable code version upon detecting crashes at runtime.

Distinct from Version Rollbacks: Distinct from Version Rollbacks (which focus on plugins) and Pipeline Rollbacks (which focus on server-side deployments); this occurs autonomously on the device.

Explore 1 awesome GitHub repository matching software engineering & architecture · Client-Side Rollbacks. Refine with filters or upvote what's useful.

Awesome Client-Side Rollbacks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/react-native-code-pushAvatar de Microsoft

    Microsoft/react-native-code-push

    9,133Ver en GitHub↗

    This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It enables the distribution of JavaScript bundles and remote assets directly to devices, allowing updates to be applied without requiring a full application store release. The system provides infrastructure for staged rollouts, A/B testing, and remote hotfix deployment by directing specific user segments or percentages to different code versions. It ensures stability through a client-side rollback manager that automatically reverts to a previous stable version if a new update ca

    A manager that monitors app stability and automatically reverts to previous stable versions after a crash.

    C
    Ver en GitHub↗9,133
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Version Management
  4. Client-Side Rollbacks