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
·

7 Repos

Awesome GitHub RepositoriesContext Type Definitions

Type safety for shared application state via context.

Distinguishing note: Targets context-specific type enforcement.

Explore 7 awesome GitHub repositories matching web development · Context Type Definitions. Refine with filters or upvote what's useful.

Awesome Context Type Definitions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/reactAvatar von facebook

    facebook/react

    245,669Auf GitHub ansehen↗

    React ist eine JavaScript-Bibliothek für den Aufbau von Benutzeroberflächen, basierend auf einer komponentenorientierten Architektur und unidirektionalem Datenfluss.

    Provides type-safe access to shared application state values directly within component instances.

    JavaScriptjavascriptuifrontend
    Auf GitHub ansehen↗245,669
  • typescript-cheatsheets/reactAvatar von typescript-cheatsheets

    typescript-cheatsheets/react

    47,074Auf GitHub ansehen↗

    This project is a collection of technical reference guides and cheatsheets for implementing static typing patterns with TypeScript in React. It serves as a comprehensive typing guide for applying static types to components, hooks, and state management. The resource provides specific patterns for defining component properties, reference handles, and generic types. It includes detailed signatures for handling synthetic events, form submissions, and the creation of typed custom hooks using tuple assertions. The documentation covers a broad range of capability areas, including state management v

    Defines typed contexts and custom hooks with runtime checks for null default values.

    TypeScriptcheatsheetguidereact
    Auf GitHub ansehen↗47,074
  • preactjs/preactAvatar von preactjs

    preactjs/preact

    38,701Auf GitHub ansehen↗

    Preact is a lightweight declarative user interface library designed for building high-performance web applications. It utilizes a component-based architecture where interfaces are defined as functional or class-based units, relying on a virtual DOM to perform efficient state reconciliation and updates. By prioritizing a minimal footprint, the library enables developers to create modular, predictable, and testable user interfaces while maintaining compatibility with standard browser APIs. The library distinguishes itself through a reactive state engine that leverages signals to track dependenc

    Enforces strict typing for shared application state using generic type variables.

    JavaScriptcomponentsdomjsx
    Auf GitHub ansehen↗38,701
  • avajs/avaAvatar von avajs

    avajs/ava

    20,849Auf GitHub ansehen↗

    Ava is a test runner for JavaScript and TypeScript designed to execute test suites with a focus on concurrency and isolation. It serves as a concurrent test executor that runs test files in parallel across multiple processes to reduce total runtime and prevent state leakage between suites. The project features a built-in snapshot testing framework that saves large data structures to disk and compares subsequent executions to detect regressions via diffs. It is also compatible with the Test Anything Protocol, allowing it to export results for use with external reporting tools. Its capability

    Assigns custom types to shared test context objects to detect property errors during compilation.

    JavaScriptassertasyncasync-functions
    Auf GitHub ansehen↗20,849
  • reactjs/react.devAvatar von reactjs

    reactjs/react.dev

    11,765Auf GitHub ansehen↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Reads shared data provided by parent components through context-based dependency injection.

    JavaScriptdocumentationjavascriptreact
    Auf GitHub ansehen↗11,765
  • rust-lang/futures-rsAvatar von rust-lang

    rust-lang/futures-rs

    5,870Auf GitHub ansehen↗

    Zero-cost asynchronous programming in Rust

    Provides a task::Context with configurable behavior for wake and spawn operations, enabling precise inspection of future polling.

    Rustasync-foundations
    Auf GitHub ansehen↗5,870
  • aws-powertools/powertools-lambda-pythonAvatar von aws-powertools

    aws-powertools/powertools-lambda-python

    3,267Auf GitHub ansehen↗

    AWS Powertools for Python is a utility framework designed for building production-ready Python functions on AWS Lambda. It provides a comprehensive suite of tools for observability, event parsing, routing, and idempotency management to streamline the development of serverless applications. The project distinguishes itself through specialized capabilities for event-driven architectures and AI agent orchestration. It enables the implementation of AI agents by exposing functions as tools via OpenAPI schemas and managing conversation states. Additionally, it features an idempotency library that p

    Provides specialized type hints for the Lambda context object to ensure correct attribute access.

    Pythonawsaws-lambdalambda
    Auf GitHub ansehen↗3,267
  1. Home
  2. Web Development
  3. Context Type Definitions

Unter-Tags erkunden

  • Test Context Types1 Sub-TagCustom type definitions for shared state objects specifically within a testing context. **Distinct from Context Type Definitions:** Distinct from Context Type Definitions: specifically targets the shared context object provided to tests rather than general application state.
  • This Context TypesType definitions specifically for the this keyword to provide static analysis hints within function scopes. **Distinct from Context Type Definitions:** Focuses on the this keyword's context rather than general application state context