Skip to content

Instantly share code, notes, and snippets.

View yaduvanshi6584's full-sized avatar
💭
I may be slow to respond.

yaduvanshi6584

💭
I may be slow to respond.
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"