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
·

3 repositorios

Awesome GitHub RepositoriesComponent Wrappers

Patterns for encapsulating external library instances within a framework component lifecycle.

Distinct from Instance Management: Focuses on framework-to-library wrapping rather than singleton patterns for overhead reduction.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Component Wrappers. Refine with filters or upvote what's useful.

Awesome Component Wrappers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • zenoamaro/react-quillAvatar de zenoamaro

    zenoamaro/react-quill

    7,014Ver en GitHub↗

    react-quill is a React component wrapper for the Quill rich text editor, providing a customizable WYSIWYG interface for creating and manipulating formatted semantic HTML content. It functions as a controlled component that manages the internal state and events of the editor within the React lifecycle. The project enables the definition of custom text formats and formatting schemas to support specialized styling or unique data structures. It features configurable toolbars and visual themes, allowing for the application of custom CSS and the specification of custom DOM elements for the editing

    Encapsulates a non-React editor instance within a component lifecycle to synchronize state with props.

    JavaScript
    Ver en GitHub↗7,014
  • jerairrest/react-chartjs-2Avatar de jerairrest

    jerairrest/react-chartjs-2

    6,933Ver en GitHub↗

    react-chartjs-2 is a data visualization library that provides a set of React components acting as a wrapper for Chart.js. It allows for the rendering of interactive charts and graphs within a React application using a declarative approach. The library manages HTML5 canvas charting components by tying the lifecycle of Chart.js instances to the mounting and unmounting of the React component tree. It translates component props into the configuration objects required by the underlying engine to map datasets to visual elements. The project covers a range of frontend integration capabilities, incl

    Encapsulates the Chart.js library within React components to manage the underlying canvas lifecycle.

    TypeScript
    Ver en GitHub↗6,933
  • f5/unovisAvatar de f5

    f5/unovis

    2,730Ver en GitHub↗

    Unovis is a modular SVG and Canvas data visualization library used to build interactive charts, maps, and network graphs. It provides a framework-agnostic set of primitives for creating data dashboards and specialized visualizations. The library is distinguished by its dedicated toolkits for different visualization domains, including an XY charting library for coordinated plots, a network graph framework for relational data, and a geospatial visualization toolkit for TopoJSON-based mapping. Its capability surface covers a wide range of data representations, including linear, area, and bar ch

    Implements patterns for encapsulating visualization library instances within a framework component lifecycle.

    TypeScriptangularchartsdata-visualization
    Ver en GitHub↗2,730
  1. Home
  2. Software Engineering & Architecture
  3. Instance Management
  4. Component Wrappers