Answers for "how to cause a whole page reload react redux"

0

how to cause a whole page reload react redux

window.location.reload();
	//default = false
window.location.reload(false);
	//soft refresh
window.location.reload(true);
	//hard refresh
Posted by: Guest on January-15-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language