onBefore event on react-router
问题 Can I call Meteor method before react-router redirect me to a page? I would like to make a history of the logged-in user about his/her page views. I see that in iron-router I can use onBeforeAction: function () {} I cant find similar event handler for react-router of ReactTraining. I am searching in their docs, https://github.com/ReactTraining/react-router/tree/1.0.x/docs In meteor server side, I am using simple:json-routes. I searched also their docs and can't find anything related to