awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesMiddleware Hook Composition

Patterns for wrapping and extending data fetching lifecycles.

Distinguishing note: Focuses on lifecycle interception, not general hook patterns.

Explore 2 awesome GitHub repositories matching web development · Middleware Hook Composition. Refine with filters or upvote what's useful.

Awesome Middleware Hook Composition GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vercel/swrAvatar de vercel

    vercel/swr

    32,406Voir sur GitHub↗

    SWR is a data fetching library that provides a collection of hooks for managing remote data synchronization, caching, and state updates in web applications. It employs a declarative approach to handle complex network request lifecycles and dependency chains, ensuring that client-side application state remains consistent with server data through automatic revalidation and background updates. The library distinguishes itself through a reactive cache layer that automatically synchronizes local state with remote sources based on component lifecycle events. It features event-driven revalidation, w

    Wraps data fetching lifecycles in function chains to intercept and modify requests.

    TypeScriptcachedatadata-fetching
    Voir sur GitHub↗32,406
  • hatchet-dev/hatchetAvatar de hatchet-dev

    hatchet-dev/hatchet

    6,622Voir sur GitHub↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Supports chaining multiple before and after hooks in sequence for task execution.

    Goconcurrencydagdistributed
    Voir sur GitHub↗6,622
  1. Home
  2. Web Development
  3. Middleware Hook Composition