-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<quick-link>
navigate a page without refresh
#12
Comments
Apparently rather than patching <head> and replacing <body>, I just need to add |
Surprise...! Safari/WebKit didn't support <quick-link><a href="next.html">next</a></quick-link> which transform into <quick-link href=next.html>next</quick-link> before applying the main logic
EditFinally found a better name 😅
|
others yet same: |
<quick-link>
navigate a page without refresh
No need to keep and track the scroll position since it can be solved by re-structuring the page to utilize #29 |
Inspired from flamethrower but rather than intercepting the default click event handler in HTMLAnchorElement (
<a>
), you must be explicit which link that cause SPA navigation.No
<render-scope>
is necessaryThe text was updated successfully, but these errors were encountered: