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
If you want to use to reload some route, or simply have single history push, you can setup route under like this:
And then or push("/some-route/reload")
push("/some-route/reload")