72663/how-can-i-change-the-page-url-without-refreshing-the-page
Hello @kartik,
This is simple you just need change the URL In HTML5 as :
window.history.pushState("object or string", "Title", "/new-url");
Hope this is helpful!
Thank You!!
Hello @kartik, Use the browser history to change ...READ MORE
Hello @kartik, First check your NPM version npm -v 1).Update ...READ MORE
Hello @kartik, Instead of passing the entire object ...READ MORE
Hello @kartik, For client side, you would need ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello @kartik, In HTML5 you can change the ...READ MORE
Hii @kartik, HTML5 introduced the history.pushState() and history.replaceState() methods, which allow you ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.