There are some ways in latest JavaScript and latest browsers in which you can use modify the url without reloading…
Continue ReadingreplaceState
What is replaceState method in JavaScript
history.replaceState() operates exactly like history.pushState() except that replaceState() modifies the current history entry instead of creating a new one. This method is useful when you…
Continue Reading