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 to new router #39866

Merged
merged 40 commits into from Sep 6, 2022
Merged

Commits on Aug 23, 2022

  1. Add prefetch to new router

    Adds the initial event for prefetching. Implementation is WIP.
    timneutkens committed Aug 23, 2022
    Copy the full SHA
    cdeac66 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Copy the full SHA
    b0b3d0e View commit details
    Browse the repository at this point in the history
  2. Add test app for prefetch

    timneutkens committed Aug 24, 2022
    Copy the full SHA
    46b4144 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. WIP

    timneutkens committed Aug 25, 2022
    Copy the full SHA
    2617766 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Copy the full SHA
    aa39384 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c768214 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    773ef2d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7bcec1b View commit details
    Browse the repository at this point in the history
  5. Ensure options is defined

    timneutkens committed Aug 30, 2022
    Copy the full SHA
    c651263 View commit details
    Browse the repository at this point in the history
  6. Remove debug log

    timneutkens committed Aug 30, 2022
    Copy the full SHA
    515e730 View commit details
    Browse the repository at this point in the history
  7. Fix eslint warnings

    timneutkens committed Aug 30, 2022
    Copy the full SHA
    15d4b4f View commit details
    Browse the repository at this point in the history
  8. Remove cacheType on link

    timneutkens committed Aug 30, 2022
    Copy the full SHA
    d13bb7c View commit details
    Browse the repository at this point in the history
  9. Remove leftover soft prop

    timneutkens committed Aug 30, 2022
    Copy the full SHA
    176d88a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Copy the full SHA
    2715c24 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52635da View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Copy the full SHA
    498fbc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Move walkAddRefetch

    timneutkens committed Sep 3, 2022
    Copy the full SHA
    3bf114d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    698351b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4d7f194 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9d014a1 View commit details
    Browse the repository at this point in the history
  5. Simplify return

    timneutkens committed Sep 3, 2022
    Copy the full SHA
    7eb0f75 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Copy the full SHA
    00add2e View commit details
    Browse the repository at this point in the history
  2. Disable logReducer

    timneutkens committed Sep 4, 2022
    Copy the full SHA
    ae2fce9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    67f0203 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Copy the full SHA
    5496d3d View commit details
    Browse the repository at this point in the history
  2. Remove fixme

    timneutkens committed Sep 5, 2022
    Copy the full SHA
    a15527c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6aa8557 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6b27437 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Copy the full SHA
    5633f94 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f687365 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e9b1bc4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    051e5f1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a2d84a8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    96d852b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0d5d140 View commit details
    Browse the repository at this point in the history
  8. Fix lint

    timneutkens committed Sep 6, 2022
    Copy the full SHA
    01eefbc View commit details
    Browse the repository at this point in the history
  9. Fix tests

    timneutkens committed Sep 6, 2022
    Copy the full SHA
    7f35952 View commit details
    Browse the repository at this point in the history
  10. Update packages/next/client/components/reducer.ts

    Co-authored-by: Jiachi Liu <inbox@huozhi.im>
    timneutkens and huozhi committed Sep 6, 2022
    Copy the full SHA
    50ff42f View commit details
    Browse the repository at this point in the history
  11. Fix prettier

    timneutkens committed Sep 6, 2022
    Copy the full SHA
    6a53158 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    dcdfc76 View commit details
    Browse the repository at this point in the history