@beyonk/marker-clusterer-ssr

An SSR compatible implementation of marker-clusterer

Usage no npm install needed!

<script type="module">
  import beyonkMarkerClustererSsr from 'https://cdn.skypack.dev/@beyonk/marker-clusterer-ssr';
</script>

README

Beyonk

Marker Clusterer SSR

js-standard-style CircleCI [ssr-ready]

What is it?

This is an ES-ified, linted, bugfixed implementation of the Google Maps MarkerClusterer component, building on some great, but no-longer-supported previous efforts. It is designed to support SSR and export an ES6 component.

How do I install it?

Via NPM

Simply install the node module into your codebase.

npm install --save-dev @beyonk/marker-clusterer-ssr

and into your code:

import MarkerClusterer from '@beyonk/marker-clusterer-ssr'