How to reload the current page in react js?
Reloading/Refreshing a page using Javascript:
Use Vanilla JS to call the reload method for the specific page using the following code:
window.location.reload(false);
Suggest An Answer
No suggestions Available!