Skip to content

Instantly share code, notes, and snippets.

View alpezed's full-sized avatar
🏠
Working from home

Ed alpezed

🏠
Working from home
View GitHub Profile
@alpezed
alpezed / map.js
Created June 5, 2019 08:50 — forked from jwo/map.js
React google maps with multiple markers, only one info window
import React, { Component } from "react"
import { compose } from "recompose"
import {
withScriptjs,
withGoogleMap,
GoogleMap,
Marker,
InfoWindow
} from "react-google-maps"