From 74c1330a95deccc668ba6134f1f047a7f8cbd85d Mon Sep 17 00:00:00 2001 From: cybice Date: Tue, 31 Jan 2017 02:40:39 +0300 Subject: [PATCH] Examples --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cc98a2..32ac5f8 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,10 @@ export default class SimpleMapPage extends Component { * Example project: [main](http://istarkov.github.io/google-map-react/map/main/) ([source](https://github.com/istarkov/google-map-react-examples/blob/master/web/flux/components/examples/x_main/main_map_block.jsx)); [balderdash](http://istarkov.github.io/google-map-react/map/balderdash/) (same source as main) -* Clustering example (new) +* Clustering example (**new**) [google-map-clustering-example](http://istarkov.github.io/google-map-clustering-example/) -* How to render thousands of markers (new) +* How to render thousands of markers (**new**) [google-map-thousands-markers](https://istarkov.github.io/google-map-thousands-markers/) * All api examples: @@ -115,6 +115,9 @@ export default class SimpleMapPage extends Component { * jsbin example [jsbin example](https://jsbin.com/roqutisoqu/1/edit?js,console,output) +* webpackbin examples (**new**) +[docs with webpackbin examples](./DOC.md) (In progress) + * local develop example (new) [develop example](./develop)