awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zenoamaro/react-quillzenoamaro 的头像

    zenoamaro/react-quill

    7,014在 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
    在 GitHub 上查看↗7,014
  • jerairrest/react-chartjs-2jerairrest 的头像

    jerairrest/react-chartjs-2

    6,933在 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
    在 GitHub 上查看↗6,933
  • f5/unovisf5 的头像

    f5/unovis

    2,730在 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
    在 GitHub 上查看↗2,730
  1. Home
  2. Software Engineering & Architecture
  3. Instance Management
  4. Component Wrappers