1.

How to reload the current page in react js?

Answer»

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);



Discussion

No Comment Found