I've tried asking on StackOverflow without results...
http://stackoverflow.com/questions/36851800/react-router-browserhistory-removelisten
How can I unlisten browserHistory?
The return from listen is a function that will remove the listener when called.
Is it documented somewhere?
Not here, but on the related history project: https://github.com/mjackson/history/blob/master/docs/GettingStarted.md
thanks
Most helpful comment
The return from
listenis a function that will remove the listener when called.