I noticed that many websites are using some techniques that make pages load so fast, I was thinking that they are using jQuery/Ajax to change URLs and call contents. But I don't understand how they manage URLs and Ajax in the same time ?
For example the website : poki.com, when you click on a game or navigate throw categories it looks like the page is not refreshing and page are quickly loaded, (that was with Ajax ?). Now the question is, when we open a page with the URL of a game or refreshing it, the page is opening without calling Ajax.
How do you think they are managing the tow concept together ? :
- Creating URLs with JQuery, load content with Ajax.
- Redirecting links to the exact page created with JS.
Is there a tuto or a code in github that help donging somthing like that ?