@barba/prefetch
Barba prefetch automatically fetch and cache your pages.
It is mainly inspired by quicklink.
Definition
Based on Intersection Observer, it processes all eligible links that enter the viewport. Note that depending on your browser, you may need a polyfill to properly use this module.
Usage
You can use this feature regardless the prefetchIgnore
core property: since the links will be prefetched depending on the viewport, it will prevent the core prefetch process from prefetching a link on enter.
Example:
1 | import barba from '@barba/core' |
On slow network or with a high page weight, the server can take time to prefetch the response and can lead Barba to abort the transition and display a Timeout error [2000] message.
See the
timeout
setting to properly manage this behavior.