google maps react

JavaScript
/* Answer to: "google maps react"  */

/*
  "google-map-react" is a component written over a small set of the
  Google Maps API. It allows you to render any React component on
  the Google Map. It is fully isomorphic and can render on a server
  Additionally, it can render map components in the browser even if
  the Google Maps API is not loaded. It uses an internal, tweakable
  hover algorithm - every object on the map can be hovered.
  
  Install it here:
  https://www.npmjs.com/package/google-maps-react
  
  Don't forget it's also open-source! Here's the github page:
  https://github.com/google-map-react/google-map-react
*//* Answer to: "react google maps" */

/*
  react-google-maps provides a set of React components wrapping the
  underlying Google Maps JavaScript API v3 instances. The wrapping
  simply do:
  - props delegation
  - events as callbacks
  - lifecycle management
  - auto-mount on map
  That's it. Nothing more (If you find some limitations, that might
  be due to Google Maps JavaScript API v3 but not react-google-maps).

  Install it here:
  https://www.npmjs.com/package/react-google-maps
*/
Source

Also in JavaScript: