How does the page of WeChat Mini Programs develop document website jump?

problem description

when I look at WeChat Mini Programs"s API, I find that its page jump is not like the traditional page jump, the url changes, but there is no jump flashing blank, and the source code does not look like AJAX, so how does it achieve it?

Aug.02,2021

window.history.pushState(null, null, 'https://segmentfault.com/b.html');

Ajax loads the whole page and then replaces it as a whole; it seems to be made by modifying gitbook;

clipboard.png


now I probably get it. It looks like a page rendered by react or vue technology

Menu