awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
State Management Patterns · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesState Management Patterns

Strategies for maintaining, synchronizing, and passing application state across components and layers.

Explore 2 awesome GitHub repositories matching software engineering & architecture · State Management Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Technical Domains
  4. Architectural Patterns
  5. State Management Patterns

Awesome State Management Patterns GitHub Repositories

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

    gin-gonic/gin

    88,134GitHubView on GitHub↗

    Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework

    Goframeworkgingo
  • jesseduffield/lazygit

    jesseduffield/lazygit

    72,698GitHubView on GitHub↗

    Lazygit is a terminal-based user interface designed to simplify version control operations through a keyboard-driven workflow. It functions as a visual abstraction layer that bridges native commands with an interactive environment, allowing users to manage repository history, branches, and commit workflows without rely

    Gocligitterminal

Explore sub-tags

  • Context Object PassingState management patterns that encapsulate request and response data within a single object passed through application layers.
  • Declarative State ManagersState management patterns that utilize a centralized model to synchronize application state with underlying data.