Alex Nicksay
Alex Nicksay
The SPF documentation needs to describe how anchor links (aka hashes aka fragments, eg `/path#frag`) are handled. For example, from https://groups.google.com/d/msg/spfjs/zhdS3GQJEiY/IkR6w9ZSBAAJ > Also, when navigating between two URLs that only...
After documenting the config options (#260), devote an explicit section to URL identification, particularly the handling of query vs extension strings and provide examples of the transformations.
Currently, the only place for release notes is https://github.com/youtube/spfjs/releases. Add these to the website too for visibility.
This is a general issue to track various improvements to animation during navigation transitions.
As noted in #6 back in July, > As of right now, we expect server-side integration work to be needed to use SPF, > but a purely client-side mode is...
This issue will track the definition of the markup needed to support HTML-only transitions.
The config options passed to `spf.init` should be defined in the API and added to the documentation.
When deferring task execution to an external scheduler, we need to ensure that we have error handling: 1. Errors in the scheduler functions should be handled. Using `spf.execute` can help...