Changing Pages Without Reloading

Hi all,

I am facing a dilemma on how to change to a different page without reloading. Please help!

Thanks

What do you mean by ‘pages’?

Sites, like https://google.com

To go from domain to another, AFAIK you have to refresh.

If you are talking about changing content on the same domain (e.g https://techcrunch.com/2018/10/05/how-the-22-year-old-founders-of-brex-built-a-billion-dollar-business-in-less-than-2-years/ scroll down pass the end of the article), you are looking at doing some form of AJAX. I believe vue.js and react.js (used to build user interfaces for web applications) do something similar.

Thx a lot @yaustar!!