awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zenoamaro/react-quillالصورة الرمزية لـ zenoamaro

    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-2الصورة الرمزية لـ jerairrest

    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/unovisالصورة الرمزية لـ f5

    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