https://github.com/beyonk/marker-clusterer-ssr
An SSR compatible implementation of Google Maps MarkerClusterer
https://github.com/beyonk/marker-clusterer-ssr
beyonk google google-maps google-maps-sdk javascript maps marker-clusterer-ssr sdk ssr
Last synced: 3 days ago
JSON representation
An SSR compatible implementation of Google Maps MarkerClusterer
- Host: GitHub
- URL: https://github.com/beyonk/marker-clusterer-ssr
- Owner: beyonk
- Created: 2018-10-10T14:39:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T14:38:43.000Z (about 3 years ago)
- Last Synced: 2026-06-20T06:39:30.559Z (3 days ago)
- Topics: beyonk, google, google-maps, google-maps-sdk, javascript, maps, marker-clusterer-ssr, sdk, ssr
- Language: JavaScript
- Size: 107 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Marker Clusterer SSR
[](http://standardjs.com) [](https://circleci.com/gh/beyonk-adventures/marker-clusterer-ssr) 
### What is it?
This is an ES-ified, linted, bugfixed implementation of the [Google Maps MarkerClusterer](https://github.com/googlemaps/v3-utility-library/tree/master/markerclusterer) component, building on some great, but no-longer-supported [previous efforts](https://www.npmjs.com/package/js-marker-clusterer-universal). 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.
```bash
npm install --save-dev @beyonk/marker-clusterer-ssr
```
and into your code:
```js
import MarkerClusterer from '@beyonk/marker-clusterer-ssr'
```