Skip to content

An SSR compatible implementation of Google Maps MarkerClusterer

Notifications You must be signed in to change notification settings

beyonk-group/marker-clusterer-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation





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'