awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesComponent Context Access

Mechanisms for referencing parent interface instances within custom templates.

Distinct from Context Menu Customizations: Distinct from Context Menu Customizations: focuses on parent-child component context access rather than UI menu modification.

Explore 4 awesome GitHub repositories matching user interface & experience · Component Context Access. Refine with filters or upvote what's useful.

Awesome Component Context Access GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • necolas/react-native-webAvatar necolas

    necolas/react-native-web

    22,132Vezi pe GitHub↗

    This project is a cross-platform user interface framework that maps mobile-native component primitives to standard web elements. It enables developers to build consistent applications that function across both mobile and web environments by providing a unified library of components and shared logic. The framework distinguishes itself through a specialized style engine that converts JavaScript object-based declarations into optimized, scoped CSS at runtime. It also features a responsive layout engine that implements a flexbox-based system, ensuring that interfaces adapt dynamically to differen

    Enables programmatic access to locale context for dynamic layout adjustments and directional transforms.

    JavaScriptcross-platformcss-in-jsgui-framework
    Vezi pe GitHub↗22,132
  • acdlite/recomposeAvatar acdlite

    acdlite/recompose

    14,801Vezi pe GitHub↗

    Recompose is a suite of toolsets for implementing higher-order component composition, context extraction, render optimization, and external state integration. It provides a library of utilities to wrap components in reusable logic and behavioral layers, allowing developers to chain functional wrappers and reduce nesting within a component tree. The project focuses on the composition of functional wrappers to inject properties and behavior into components. It includes a set of helpers for extracting values from component context and passing them as direct properties, as well as tools for integ

    Extracts values from component context and injects them as direct properties to decouple components from data sources.

    JavaScript
    Vezi pe GitHub↗14,801
  • midudev/jscampAvatar midudev

    midudev/jscamp

    3,811Vezi pe GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Uses custom hooks to centralize context consumption and validate provider availability.

    JavaScriptbootcamp
    Vezi pe GitHub↗3,811
  • justfly1984/react-google-maps-apiAvatar JustFly1984

    JustFly1984/react-google-maps-api

    1,970Vezi pe GitHub↗

    React Google Maps API is a component library designed to embed interactive Google Maps and geographic overlays inside React applications using declarative markup. It provides tools for building responsive mapping interfaces within component-based architectures to handle user navigation and location data. The library manages the integration by wrapping imperative mapping library instances inside declarative component lifecycles, translating React updates into the appropriate DOM mutations. It includes an asynchronous script injection loader that tracks and initializes external script dependen

    Shares map instances and loading states across descendant components using custom hooks.

    TypeScriptgatsbygoogle-mapgoogle-map-react
    Vezi pe GitHub↗1,970
  1. Home
  2. User Interface & Experience
  3. Context Menu Customizations
  4. Component Context Access

Explorează sub-etichetele

  • Context Hook EncapsulationsCustom hooks that encapsulate context consumption and provider validation to simplify state access in components. **Distinct from Component Context Access:** Distinct from Component Context Access: focuses on the encapsulation via custom hooks rather than just referencing parent instances.