Skip to content

Add shouldPrefetch() in vue-server-renderer #5964

Closed
@laugharn

Description

@laugharn

What problem does this feature solve?

When using Vue to create a static site (like via nuxt generate) every code split asset is getting prefetched. This is an awesome feature if we were thinking about offline mode, but when you're trying to create a site with triple digit routes and little concern for offline browsing (i.e. a marketing site) this is creating some pretty beefy code overhead.

It would be great if there was a way to get a shouldPrefetch in vue-server-renderer, similar to shouldPreload.

What does the proposed API look like?

Exactly like shouldPreload(), but for prefetching would be great.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions