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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35785-2bf91.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35785-2bf91.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?