DEV Community

Discussion on: How I wrote my own React wrapper for Google Map

Collapse
 
rainbow_shout profile image
Rainbow Shout

Amazing, thanks Gabriel :)

I'd actually made something slightly different - an iterator that creates the InfoWindows and their anchor positions, and then an onClick for each marker that passes out the marker ID as an action to a Redux store, changing the relevant infoWindow's visibility.

Really enjoying working with your library!