meteor-mapbox
meteor-mapbox copied to clipboard
Binding popup onclick to reactive component
Hi
Great work on getting Mapbox to work with Meteor and React. I am trying to find a way to bind a react component's method to the click of a popup. My first attempt was through a session variable, however I don't know how to make session variable reactive.
Please advise