awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Runtime Feature Flags · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesRuntime Feature Flags

Mechanisms for toggling application features or compiler optimizations dynamically during runtime execution.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Runtime Feature Flags. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Application Lifecycle Management
  4. Runtime Control & Customization
  5. Runtime Feature Flags

Awesome Runtime Feature Flags GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    Runtime flags allow for the dynamic toggling of features and compiler optimizations without requiring rebuilds.

    JavaScriptjavascriptuifrontend
  • remix-run/react-router

    remix-run/react-router

    56,250GitHubView on GitHub↗

    React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface

    Implements conditional paths that allow teams to roll out breaking changes or new data-loading patterns incrementally while maintaining stable production performance.

    TypeScript

Explore sub-tags

  • Feature Flagged MigrationsUsing conditional logic to enable incremental adoption of new features.