Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

feat(nuxt): support prefetching <nuxt-link> #4329

Merged
merged 22 commits into from
Sep 13, 2022
Merged

feat(nuxt): support prefetching <nuxt-link> #4329

merged 22 commits into from
Sep 13, 2022

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    634f8e4 View commit details
    Browse the repository at this point in the history
  2. feat(nuxt3): support prefetchedClass prop for <nuxt-link>

    feat(nuxt3): support `prefetchedClass` prop for `<nuxt-link>`
    Mini-ghost committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    b251d23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc8a82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c08ccc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c8a6a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    a13c190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d71e0f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e14a5c View commit details
    Browse the repository at this point in the history
  4. docs: add docs for prefetch

    danielroe committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fd9c102 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    60fef38 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    ba11995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    106301a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2de2e8 View commit details
    Browse the repository at this point in the history
  4. remove log

    pi0 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3777ec9 View commit details
    Browse the repository at this point in the history
  5. fix type issue

    pi0 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    210fded View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1976151 View commit details
    Browse the repository at this point in the history
  7. feat: add link:prefetch hook

    pi0 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    34a9cf6 View commit details
    Browse the repository at this point in the history
  8. use globalThis

    pi0 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    218264e View commit details
    Browse the repository at this point in the history
  9. update test

    pi0 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    890a34b View commit details
    Browse the repository at this point in the history
  10. integrate with payload.client

    pi0 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9f2d384 View commit details
    Browse the repository at this point in the history
  11. test: update payload test

    we are preloading all 3 links in initial request.
    pi0 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3207ff4 View commit details
    Browse the repository at this point in the history
  12. perf: prefetch in parallel

    pi0 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b7bea15 View commit details
    Browse the repository at this point in the history