pauloborges / meteor-mapbox

Mapbox.js for Meteor apps
43 stars 34 forks source link

Binding popup onclick to reactive component #21

Open felixb101 opened 8 years ago

felixb101 commented 8 years ago

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