Skip to content

Commit

Permalink
Include updated example of clustering using hooks (#823)
Browse files Browse the repository at this point in the history
Include an example of clustering which loads/clusters remote data using hooks and modern React techniques.
  • Loading branch information
leighhalliday committed Mar 17, 2020
1 parent 7c24640 commit 3f51d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -137,7 +137,9 @@ Now every object on the map can be hovered (however, you can still use css hover
* Example project:
[main](http://google-map-react.github.io/google-map-react/map/main/) ([source](https://github.com/google-map-react/old-examples/blob/master/web/flux/components/examples/x_main/main_map_block.jsx)); [balderdash](http://google-map-react.github.io/google-map-react/map/balderdash/) (same source as main)

* Clustering example (**new**: [source](https://github.com/istarkov/google-map-clustering-example))
* Clustering example using Hooks (**new**: [source](https://github.com/leighhalliday/google-maps-clustering), [article](https://www.leighhalliday.com/google-maps-clustering)) [clustering-with-hooks](https://google-maps-clustering.netlify.com/)

* Clustering example ([source](https://github.com/istarkov/google-map-clustering-example))
[google-map-clustering-example](http://istarkov.github.io/google-map-clustering-example/)

* How to render thousands of markers (**new**: [source](https://github.com/istarkov/google-map-thousands-markers))
Expand Down

0 comments on commit 3f51d98

Please sign in to comment.