RE

React Maplibre

@vis.gl/react-maplibre

React components for Maplibre GL JS

Utilities
maplibre
maplibre-gl
react
react maplibre
@vis.gl/react-maplibre
Utilities
javascript
npm
frontend
open source
Stars
324
Weekly
952k
Open issues
4
Bundle
~25 kB

Installation

npm install @vis.gl/react-maplibre

Code example

import { useMaplibre } from "@vis.gl/react-maplibre";

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

Pros & cons

Pros

  • Actively maintained by pessimistress
  • 952k weekly downloads. Battle tested
  • First-class TypeScript definitions
  • MIT licensed

Considerations

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

FAQs

Alternatives & similar libraries