awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesContext Injection Hooks

Mechanisms for injecting computed values into the request context after successful validation.

Distinct from Request Validation Middleware: Distinct from Request Validation Middleware: focuses on the post-validation injection of derived data into the request context.

Explore 6 awesome GitHub repositories matching web development · Context Injection Hooks. Refine with filters or upvote what's useful.

Awesome Context Injection Hooks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • elysiajs/elysiaAvatar elysiajs

    elysiajs/elysia

    18,531Vezi pe GitHub↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Resolves and injects user session data into the request context to provide authenticated state to handlers.

    TypeScriptbunframeworkhttp
    Vezi pe GitHub↗18,531
  • 99designs/gqlgenAvatar 99designs

    99designs/gqlgen

    10,729Vezi pe GitHub↗

    gqlgen is a schema-first Go library designed to build type-safe GraphQL servers. It functions as a code generation engine that transforms declarative GraphQL schema definitions into strongly-typed Go source code, ensuring strict alignment between the API contract and the underlying implementation. The framework distinguishes itself through its deep integration with the Go type system and its highly extensible build pipeline. By using schema-first development, it automates the creation of server boilerplate and resolver stubs, allowing developers to map schema fields directly to Go structs and

    Extracts user identity from incoming requests and attaches it to the request context for resolver access.

    Gocodegendataloadergogenerate
    Vezi pe GitHub↗10,729
  • tanstack/virtualAvatar TanStack

    TanStack/virtual

    6,971Vezi pe GitHub↗

    Provides middleware hooks for injecting shared data into the request context and page response.

    TypeScriptjavascriptperformancereact
    Vezi pe GitHub↗6,971
  • tanstack/formAvatar TanStack

    TanStack/form

    6,584Vezi pe GitHub↗

    TanStack Form is a cross-framework form state management library that provides typed fields, validation, and submission across React, Vue, Angular, Solid, Lit, Svelte, and Preact. It uses a shared form model that adapts to different UI frameworks while preserving the same validation and submission logic, and offers headless form controls that impose no UI markup, letting developers bring their own inputs and design system. The library distinguishes itself through granular state subscription, where components subscribe to narrow slices of form or field state using reactive primitives, so only

    Runs middleware on requests and responses to inject shared context and data into the page lifecycle.

    TypeScriptangularformforms
    Vezi pe GitHub↗6,584
  • gothinkster/react-redux-realworld-example-appAvatar gothinkster

    gothinkster/react-redux-realworld-example-app

    5,627Vezi pe GitHub↗

    This is a demonstration application built with React and Redux that implements a full-featured article publishing platform with user authentication and social interactions. The application serves as a reference implementation showing how to structure a real-world CRUD application using these technologies, covering the complete workflow from user registration through content creation and community engagement. The application implements a complete JWT-based authentication system that persists tokens in browser local storage and attaches them to API requests, alongside a structured approach to m

    Fetches data on component mount and cleans up on unmount by dispatching load and unload actions tied to the current route.

    JavaScript
    Vezi pe GitHub↗5,627
  • tastyigniter/tastyigniterAvatar tastyigniter

    tastyigniter/TastyIgniter

    3,532Vezi pe GitHub↗

    TastyIgniter is a comprehensive restaurant management system and digital ordering engine. Built as a modular application framework, it provides the tools necessary to operate online food ordering, table reservation systems, and multi-vendor e-commerce platforms. The platform is designed to handle complex restaurant operations, including multi-location networking and multi-vendor marketplace management. It distinguishes itself through specialized restaurant automation, such as coordinating guest limits and time slots for bookings, managing ingredient and allergen catalogs, and implementing mul

    Executes custom logic and data injection at specific stages of the page request lifecycle.

    PHPfood-orderingfood-ordering-systemlaravel
    Vezi pe GitHub↗3,532
  1. Home
  2. Web Development
  3. Request Validation Middleware
  4. Context Injection Hooks

Explorează sub-etichetele

  • Page Lifecycle Data Injectors1 sub-tagMiddleware that runs on requests and responses to inject shared context and data into the page lifecycle. **Distinct from Context Injection Hooks:** Distinct from Context Injection Hooks: focuses on injecting data into the page lifecycle (server-rendered pages) rather than into the request context after validation.