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
·

2 Repos

Awesome GitHub RepositoriesDependency Injection Patterns

Mechanisms for providing state and methods to nested components without manual prop drilling.

Distinguishing note: Focuses on architectural patterns for state distribution in UI trees.

Explore 2 awesome GitHub repositories matching web development · Dependency Injection Patterns. Refine with filters or upvote what's useful.

Awesome Dependency Injection Patterns GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • react-hook-form/react-hook-formAvatar von react-hook-form

    react-hook-form/react-hook-form

    44,760Auf GitHub ansehen↗

    React Hook Form is a state management library designed to handle form registration, validation, and submission lifecycle events. By decoupling form control logic from the standard component lifecycle, it enables the creation of performant forms that minimize unnecessary re-renders. The library integrates with external schema validation tools to enforce data integrity and provides a declarative framework for managing complex form structures. The project distinguishes itself through a subscription-based architecture that tracks property access to ensure components only update when the specific

    Distributes form methods and state to deeply nested components without requiring manual prop drilling.

    TypeScriptdxform-builderforms
    Auf GitHub ansehen↗44,760
  • jamiebuilds/unstatedAvatar von jamiebuilds

    jamiebuilds/unstated

    7,728Auf GitHub ansehen↗

    Unstated is a React state management library that encapsulates application state and update logic within decoupled containers. It functions as a container-based state store, allowing state and business logic to be organized into standalone classes that trigger component re-renders when data changes. The project serves as a dependency injection framework, enabling specific state container instances to be supplied to the component tree. This mechanism supports the use of mock containers or stubs to facilitate controlled testing and custom configurations. The library covers global state managem

    Implements patterns for providing state and methods to nested components without manual prop drilling.

    JavaScriptmanagementreactstate
    Auf GitHub ansehen↗7,728
  1. Home
  2. Web Development
  3. Dependency Injection Patterns