To refresh page you don’t need react-router, simple js:
window.location.reload();
To re-render view in React component, you can just fire update with props/state.
To refresh page you don’t need react-router, simple js:
window.location.reload();
To re-render view in React component, you can just fire update with props/state.