google-map-react / old-examples

Examples for google-map-react component.
http://google-map-react.github.io/google-map-react/map/main/
357 stars 314 forks source link

generic javascript #5

Closed martingg88 closed 8 years ago

martingg88 commented 8 years ago

any step to use this with generic react javascript flow?

istarkov commented 8 years ago

What do you mean? What is generic react javascript flow

martingg88 commented 8 years ago

does it work with AMD style like this?

requirejs(['google-map-react'], function(map) {

map.render(body.find('.tab-container').get(0), data);

});

istarkov commented 8 years ago

Just clone, build and use amd version as well.