You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Consider adding the ability to flag links in a page for pre-loading which will make it easy to lazy load in the next logical page(s) in a screen flow so avoid seeing the Ajax loader. Implement with a data-preload="true" attribute on a link. The framework would parse a page for all links that have this attribute, load each page (avoiding duplicates) and initialize each as pages.