Skip to content

Instantly share code, notes, and snippets.

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

doums10

🏠
Working from home
View GitHub Profile
@jwo
jwo / map.js
Last active March 31, 2022 10:41
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"