RE

React Map Gl

react-map-gl

React components for MapLibre GL JS and Mapbox GL JS

Utilities
mapbox
maplibre
mapbox-gl
maplibre-gl
react
react-map-gl
Utilities
javascript
npm
frontend
Stars
8.5k
Weekly
1.8M
Open issues
95
Bundle
~25 kB

Installation

npm install react-map-gl

Code example

import { useMapGl } from "react-map-gl";

export function Example() {
  const value = useMapGl();
  return <p>{String(value)}</p>;
}

Pros & cons

Pros

  • Actively maintained by pessimistress
  • 1.8M weekly downloads. Battle tested
  • MIT licensed

Considerations

  • Adds roughly ~25 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 95 open issues on GitHub

FAQs

Alternatives & similar libraries