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
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/react-native-code-pushAvatar von Microsoft

    Microsoft/react-native-code-push

    9,133Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,133
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Version Management
  4. Client-Side Rollbacks