Skip to content
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

Add prefetch options #9

Closed
jackyef opened this issue Oct 26, 2019 · 1 comment
Closed

Add prefetch options #9

jackyef opened this issue Oct 26, 2019 · 1 comment
Assignees
Milestone

Comments

@jackyef
Copy link
Owner

jackyef commented Oct 26, 2019

This can be useful during SSR so we can generate link rel="prefetch" tags, for resources that are not fetched during SSR. prefetch will automatically tries to fetch the resources when the browser is idle, and if it finishes, the resources will be ready in the browser cache already.

Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ

@jackyef jackyef self-assigned this Nov 5, 2019
@jackyef jackyef added this to the v0.9.0 milestone Nov 5, 2019
@jackyef jackyef modified the milestones: v0.9.0, v0.10.0 Nov 12, 2019
@jackyef jackyef mentioned this issue Nov 17, 2019
3 tasks
@jackyef jackyef modified the milestones: v0.10.0, v0.11.0 Nov 17, 2019
@jackyef
Copy link
Owner Author

jackyef commented Nov 17, 2019

Done in #21

@jackyef jackyef closed this as completed Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant