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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesContext-Based Instance Sharing

Shares the map instance across the component tree via React context for coordinated access and updates.

Distinct from React Map Components: Distinct from React Map Components: focuses on the context-based sharing mechanism rather than the component library itself.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Context-Based Instance Sharing. Refine with filters or upvote what's useful.

Awesome Context-Based Instance Sharing GitHub Repositories

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

    AnmolSaini16/mapcn

    5,965عرض على GitHub↗

    MapCN is a React component library that wraps MapLibre GL into declarative, composable building blocks for interactive maps. It provides a set of small, reusable components for rendering maps, placing markers, drawing routes, and clustering points, all managed through React hooks, context, and refs for state and lifecycle control. The library distinguishes itself by offering a complete set of map features as individual React components that automatically adapt to light and dark themes. It includes components for interactive map rendering with zero configuration, marker placement with popups a

    Shares the underlying MapLibre map instance across the component tree via React context for coordinated access and updates.

    TypeScript
    عرض على GitHub↗5,965
  • paullecam/react-leafletالصورة الرمزية لـ PaulLeCam

    PaulLeCam/react-leaflet

    5,592عرض على GitHub↗

    هذا المشروع عبارة عن مكتبة مكونات GIS وغلاف React لمكتبة الخرائط Leaflet. يعمل كجسر بين واجهة برمجة تطبيقات Leaflet الإلزامية وإدارة الحالة التعريفية لـ React، مما يسمح بإنشاء خرائط جغرافية تفاعلية وتصورات للبيانات المكانية. تستخدم المكتبة بنية قائمة على المكونات لعرض الخرائط مع العلامات والطبقات. تقوم بمزامنة DOM الافتراضي لـ React مع سجل الطبقات الداخلي للخريطة للحفاظ على حالة جغرافية متسقة، مع ربط دورات حياة المكونات بإضافة وإزالة طبقات الخريطة. توفر الأداة قدرات لإدارة حالة الخريطة الديناميكية وتكامل أحداث الخريطة. تسمح بتوزيع مثيلات الخريطة من خلال مزود (Provider) وتكشف عن مثيل Leaflet الأساسي عبر المراجع للوصول المباشر إلى طرق واجهة برمجة تطبيقات الخريطة منخفضة المستوى.

    Shares the map instance across the component tree via React context for coordinated access and updates.

    TypeScriptjavascriptleafletleaflet-maps
    عرض على GitHub↗5,592
  • timc1/kbarالصورة الرمزية لـ timc1

    timc1/kbar

    5,182عرض على GitHub↗

    kbar is a React command palette library that gives applications a searchable overlay for finding and executing commands using the keyboard. It includes keyboard shortcut binding, so users can trigger commands directly without opening the palette, and supports nested sub-menu navigation, allowing actions to be organized into hierarchical groups that can be drilled into and back out of with arrow keys. The library differentiates itself through a hook-based API that lets any React component register commands and shortcuts declaratively, alongside a global keyboard listener that handles palette a

    Shares command palette state across the component tree using React Context, eliminating prop threading.

    TypeScriptcommand-palettehooksjavascript
    عرض على GitHub↗5,182
  • justfly1984/react-google-maps-apiالصورة الرمزية لـ JustFly1984

    JustFly1984/react-google-maps-api

    1,970عرض على 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 across the component tree via context for coordinated access.

    TypeScriptgatsbygoogle-mapgoogle-map-react
    عرض على GitHub↗1,970
  1. Home
  2. Graphics & Multimedia
  3. Visualization and Mapping
  4. Mapping Libraries
  5. React Map Components
  6. Context-Based Instance Sharing

استكشف الوسوم الفرعية

  • Command Palette Context StoresReact Context stores that share command palette state across the entire component tree without prop drilling. **Distinct from Context-Based Instance Sharing:** Distinct from Context-Based Instance Sharing: focuses on command palette state sharing rather than map instance sharing.