awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 repositorios

Awesome GitHub RepositoriesRender Props

Component patterns that expose internal state via functions to allow consumers to define the rendering logic.

Distinct from Declarative Rendering Frameworks: Focuses on the specific pattern of using functions as props for rendering, rather than the broader framework for DOM synchronization.

Explore 11 awesome GitHub repositories matching user interface & experience · Render Props. Refine with filters or upvote what's useful.

Awesome Render Props GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tailwindlabs/headlessuiAvatar de tailwindlabs

    tailwindlabs/headlessui

    28,619Ver en GitHub↗

    Headless UI is a headless component library and accessible UI component kit that provides logic-only interface elements. It functions as a state-driven UI framework designed to provide functionality without prescribing any specific visual styles. The library is specifically designed for integration with Tailwind CSS, enabling the implementation of custom design systems. It allows users to apply visual styles to components based on whether they are active, selected, or open. The project covers the development of accessible UI components that meet ARIA standards and include built-in keyboard n

    Implements a declarative render prop pattern to expose internal component state for custom UI rendering.

    TypeScripta11yaccessibilitycomponents
    Ver en GitHub↗28,619
  • acdlite/recomposeAvatar de acdlite

    acdlite/recompose

    14,801Ver en 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

    Transforms render props and context consumers into wrapper components for easier integration with other logic enhancers.

    JavaScript
    Ver en GitHub↗14,801
  • krasimir/react-in-patternsAvatar de krasimir

    krasimir/react-in-patterns

    13,578Ver en GitHub↗

    This project is a comprehensive guide to architectural patterns and design techniques for building modular user interfaces with React. It focuses on structuring component hierarchies, implementing state management patterns, and decoupling services to ensure applications remain maintainable and scalable. The collection emphasizes strategies for dependency injection and the separation of business logic from presentation layers. It provides detailed approaches for utilizing containers, higher-order components, and module registries to isolate external services and third-party libraries from the

    Implements functions as props to allow children to manage logic while parents control the final output.

    JavaScriptdata-flowdependencyinjection
    Ver en GitHub↗13,578
  • mui/base-uiAvatar de mui

    mui/base-ui

    8,711Ver en GitHub↗

    Base UI is a headless component library and unstyled framework providing accessible interface primitives. It decouples behavioral logic and state management from the visual layer, allowing developers to implement complex UI patterns while maintaining total control over the final styling. The library implements WAI-ARIA design patterns to ensure all primitives support standard keyboard navigation and screen reader accessibility. It provides a suite of low-level building blocks that handle the internal mechanics of interface elements without bundling any CSS. The framework covers a broad range

    Allows consumers to replace default DOM elements with custom components via render props while preserving internal logic.

    TypeScriptaccessibilitydesign-systemreact
    Ver en GitHub↗8,711
  • geekyants/vue-native-coreAvatar de GeekyAnts

    GeekyAnts/vue-native-core

    8,281Ver en GitHub↗

    Vue Native is a framework that compiles Vue.js single-file components into React Native primitives, enabling developers to build native iOS and Android applications using Vue syntax. At its core, it provides a build-time compiler that transforms Vue components into React components, while hooking Vue's dependency-tracking reactivity system into React's component lifecycle to trigger re-renders when observed data changes. The framework wraps React Native's native module bridge so Vue components can access device APIs through Vue's reactivity system, and maps Vue's component syntax to React Nat

    Supports passing Vue components as props to React Native components that expect a render prop.

    JavaScriptandroidframeworkios
    Ver en GitHub↗8,281
  • moroshko/react-autosuggestAvatar de moroshko

    moroshko/react-autosuggest

    5,940Ver en GitHub↗

    React Autosuggest is a fully controlled React component that provides an autocomplete input with a dropdown of suggestions as the user types. It delegates all state management to the parent component through callbacks, making it compatible with state management patterns like Flux or Redux. The component implements WAI-ARIA accessibility patterns, including keyboard navigation with arrow keys, Enter, and Escape, along with live region integration for screen reader announcements. The component offers extensive customization through render-prop functions, allowing developers to replace the defau

    Exposes render props for input and suggestion rendering, giving full markup and style control.

    JavaScript
    Ver en GitHub↗5,940
  • xiaolin/react-image-galleryAvatar de xiaolin

    xiaolin/react-image-gallery

    3,941Ver en GitHub↗

    This project is a responsive image gallery and carousel component for React. It provides a sliding interface for displaying images and mixed media, such as embedded videos and iframes, within a single navigational sequence. The gallery supports automated playback with manual play and pause controls, and it adapts its layout for different screen sizes. It includes a fullscreen display mode using native browser implementations and allows for custom slide content rendering via render props. Navigation is handled through touch swipe gestures, keyboard arrow inputs, and direct thumbnail selection

    Uses the render prop pattern to allow custom HTML or video components within slides.

    TypeScript
    Ver en GitHub↗3,941
  • wojtekmaj/react-calendarAvatar de wojtekmaj

    wojtekmaj/react-calendar

    3,782Ver en GitHub↗

    react-calendar is a customizable date grid and picker for React applications. It provides an interactive interface for selecting single or multiple dates and navigating between months and years. The component uses browser internationalization APIs to format months and days, enabling multilingual date formatting for different global regions. It allows for external customization through prop-driven render overrides to replace default date cell displays. The library handles the underlying date calculations and state-driven navigation required for scheduling interfaces and date-based grids.

    Implements render props to allow external control over the rendering logic of date cells.

    TypeScriptcalendardatedate-picker
    Ver en GitHub↗3,782
  • reactjs/react-autocompleteAvatar de reactjs

    reactjs/react-autocomplete

    2,159Ver en GitHub↗

    This library provides a React component for building accessible combobox and autocomplete inputs. It is designed to display dynamic search suggestions as users type, facilitating data selection from large sets while adhering to established accessibility standards for screen readers and keyboard navigation. The component distinguishes itself through a highly flexible architecture that allows developers to define custom visual layouts for both the input field and the suggestion menu. By utilizing render prop composition and custom rendering interfaces, it enables the injection of unique UI logi

    Accepts functional templates to allow developers to inject custom UI logic for menu items and input fields while maintaining internal behavior.

    JavaScript
    Ver en GitHub↗2,159
  • szhsin/react-menuAvatar de szhsin

    szhsin/react-menu

    1,219Ver en GitHub↗

    React Menu is a library for building accessible, keyboard-navigable dropdown and context menus within web applications. It provides a set of tools for creating complex, hierarchical navigation structures that support unlimited submenu nesting and standard accessibility patterns for screen reader compatibility. The library distinguishes itself through a focus on dynamic layout and positioning, utilizing real-time collision detection to adjust menu placement relative to anchor elements and viewport boundaries. It employs a portal-based rendering strategy to prevent clipping and z-index conflict

    Uses render props to expose internal state, allowing developers to inject custom UI elements into the menu.

    JavaScriptaccessibilitycheckboxcontextmenu
    Ver en GitHub↗1,219
  • rrutsche/react-parallaxAvatar de rrutsche

    rrutsche/react-parallax

    876Ver en GitHub↗

    React Parallax is a React animation component library that creates multi-speed scrolling background depth effects. It computes relative scroll positions within viewports to translate raw page offsets into normalized animation progress values, applying hardware-accelerated translation and scaling styles to DOM nodes for smooth visual movement. The library supports rendering background images and arbitrary visual elements that shift positions at different speeds relative to foreground content. It provides dynamic Gaussian blur filter transitions that interpolate based on current scroll velocity

    Exposes internal state via render props for flexible custom component rendering.

    TypeScript
    Ver en GitHub↗876
  1. Home
  2. User Interface & Experience
  3. DOM Manipulation Libraries
  4. Declarative Rendering Frameworks
  5. Render Props

Explorar subetiquetas

  • Pattern ConversionsUtilities that transform specific rendering patterns into compatible wrapper components. **Distinct from Render Props:** Distinct from Render Props: focuses on the conversion of render props into HOC wrappers rather than the implementation of the render prop pattern itself.
  • Render Prop TransformationsUtilities that convert render prop patterns into wrapper components for easier composition. **Distinct from Render Props:** Focuses on the conversion/transformation of the pattern rather than the implementation of the render prop itself.