awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
istarkov avatar

istarkov/google-map-react

0
View on GitHub↗
6,470 estrellas·855 forks·JavaScript·MIT·2 vistasgoogle-map-react.github.io/google-map-react/map/main↗

Google Map React

Google map library for react that allows rendering components as markers :tada:

Features

  • React Map Components - Wraps the Google Maps JavaScript API into declarative React components for easy integration.
  • Custom React Component Markers - Renders any React component as a map marker for fully custom map interfaces.
  • Marker Information Windows - Ships interactive info windows that display rich content when a map marker is tapped.
  • Google Maps API Loading - Loads the Google Maps API dynamically only when the map component mounts, reducing initial bundle size.
  • React State-Bridged Events - Handles marker hover, click, and visibility events through a custom system bridging React state with map interactions.
  • Map Marker Tooltips - Displays floating tooltips on marker hover to show details even when zoomed out.
  • Marker Filtering - Provides marker filtering to hide or show markers based on user-selected criteria.
  • Server-Side Rendering - Renders map components on the server for improved SEO and faster initial page loads without client-side JavaScript.
  • Server-Side Rendering Support - Renders map markers on the server by generating static HTML and CSS for SEO-friendly initial loads.
  • Map Marker Server-Side Renderers - Renders map markers on the server so the first page load includes map content without needing client-side JavaScript.
  • Map Components - Google Maps component with support for custom React overlays.

Historial de estrellas

Gráfico del historial de estrellas de istarkov/google-map-reactGráfico del historial de estrellas de istarkov/google-map-react

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Google Map React

Proyectos open-source similares, clasificados según cuántas características comparten con Google Map React.
  • google-map-react/google-map-reactAvatar de google-map-react

    google-map-react/google-map-react

    6,470Ver en GitHub↗

    google-map-react is a JavaScript library that integrates Google Maps into React applications by rendering any React component as a custom map marker. It provides direct access to the native Google Maps API internals, enabling advanced custom operations beyond standard marker placement. The library distinguishes itself by allowing fully custom interactive markers and content, replacing default Google Maps markers and balloons with React components. It supports server-side rendering so search engines can index map content without requiring JavaScript, and includes an internal algorithm for dete

    JavaScriptcomponentgooglemap
    Ver en GitHub↗6,470
  • paullecam/react-leafletAvatar de PaulLeCam

    PaulLeCam/react-leaflet

    5,592Ver en GitHub↗

    This project is a GIS component library and a React wrapper for the Leaflet mapping library. It acts as a bridge between the imperative Leaflet API and the declarative state management of React, allowing for the creation of interactive geographic maps and spatial data visualizations. The library uses a component-based architecture to render maps with markers and layers. It synchronizes the React virtual DOM with the map's internal layer registry to maintain a consistent geographic state, mapping component lifecycles to the addition and removal of map layers. The tool provides capabilities fo

    TypeScriptjavascriptleafletleaflet-maps
    Ver en GitHub↗5,592
  • anmolsaini16/mapcnAvatar de AnmolSaini16

    AnmolSaini16/mapcn

    5,965Ver en 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

    TypeScript
    Ver en GitHub↗5,965
  • tomchentw/react-google-mapsAvatar de tomchentw

    tomchentw/react-google-maps

    4,626Ver en GitHub↗

    This project is a Google Maps React wrapper and integration library that bridges the Google Maps JavaScript API with a declarative component-based architecture. It provides an interactive map component for rendering map views, markers, and overlays using geographic coordinates and custom HTML. The library serves as a geographic data visualization tool and a map-based search interface. It enables the implementation of place search functionality and autocomplete inputs integrated directly with the map view. The capability surface covers location-based services including route visualization, pa

    JavaScriptgoogle-maps-javascript-apireactreact-styleguidist
    Ver en GitHub↗4,626
Ver las 30 alternativas a Google Map React→

Preguntas frecuentes

¿Qué hace istarkov/google-map-react?

Google map library for react that allows rendering components as markers :tada:

¿Cuáles son las características principales de istarkov/google-map-react?

Las características principales de istarkov/google-map-react son: React Map Components, Custom React Component Markers, Marker Information Windows, Google Maps API Loading, React State-Bridged Events, Map Marker Tooltips, Marker Filtering, Server-Side Rendering.

¿Qué alternativas de código abierto existen para istarkov/google-map-react?

Las alternativas de código abierto para istarkov/google-map-react incluyen: google-map-react/google-map-react — google-map-react is a JavaScript library that integrates Google Maps into React applications by rendering any React… paullecam/react-leaflet — This project is a GIS component library and a React wrapper for the Leaflet mapping library. It acts as a bridge… anmolsaini16/mapcn — MapCN is a React component library that wraps MapLibre GL into declarative, composable building blocks for interactive… tomchentw/react-google-maps — This project is a Google Maps React wrapper and integration library that bridges the Google Maps JavaScript API with a… uber/react-map-gl — react-map-gl is a React component library for embedding and controlling Mapbox GL JS interactive maps. It serves as a… facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional…