Skip to content
Discussion options

You must be logged in to vote

Instant loading replaces designated parts of the site without reloading the whole page. The logic is rather "dumb", so it will just replace the sidebar HTML with the new HTML and rebind all downstream event listeners (implemented through RxJS observables), thus the scroll position is lost if the sidebar was scrolled before.

In theory, this could be mitigated with some extra JavaScript, but I haven't found the need to do so, yet.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@bradumbaugh
Comment options

@squidfunk
Comment options

@bradumbaugh
Comment options

Answer selected by bradumbaugh
Comment options

You must be logged in to vote
1 reply
@squidfunk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants