Como atualizar a página usando o React
window.location.reload(false);
Bright Beaver
window.location.reload(false);
//Go to link and refresh the page
<a onClick={() => {window.location.href="/something"}}>Something</a>