I can see in this file (https://github.com/ReactTraining/react-router/blob/v0.13.3/modules/createRouter.js) that there is a refresh function but I have no idea how to call i
You could try this workaround:
// I just wanted to reload a /messages page history.pushState(null, '/'); history.pushState(null, '/messages');