Interest Ask. I would suggest changing the hash of the URLs in the form #!/from/123/to/456 and increasing the to identifiers when the page loads.
If you use a hash or API history API to change the URL, in the sense of UX, the URL always indicates the location of the current content . For example, a user will wait for a bookmark, hit a reboot, or copy the URL to another computer and press "Go", it will return the same page.
The only way for your endless scroll page to complete the URL logic is with the hash of the URL I suggested above. Otherwise, just leave it; Twitter does not update the URL hash on its homepage.
source share