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

Prefetch SSG Data #10127

Merged
merged 48 commits into from Mar 2, 2020
Merged

Prefetch SSG Data #10127

merged 48 commits into from Mar 2, 2020

Commits on Jan 16, 2020

  1. Prefetch SSG Data

    Timer committed Jan 16, 2020
    Copy the full SHA
    190a914 View commit details
    Browse the repository at this point in the history
  2. Update packages/next/client/page-loader.js

    Co-Authored-By: JJ Kasper <jj@jjsweb.site>
    Timer and ijjk committed Jan 16, 2020
    Copy the full SHA
    d22efaa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    630f516 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Copy the full SHA
    8c1fcef View commit details
    Browse the repository at this point in the history
  2. Revert router.ts

    Timer committed Feb 16, 2020
    Copy the full SHA
    eee688c View commit details
    Browse the repository at this point in the history
  3. Revert link.tsx

    Timer committed Feb 16, 2020
    Copy the full SHA
    555b097 View commit details
    Browse the repository at this point in the history
  4. undo change

    Timer committed Feb 16, 2020
    Copy the full SHA
    1490cd2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'enhancement/prefetch-ssg-data' of github.com:Timer/next…

    ….js into enhancement/prefetch-ssg-data
    Timer committed Feb 16, 2020
    Copy the full SHA
    5ddf762 View commit details
    Browse the repository at this point in the history
  6. mimmic existing

    Timer committed Feb 16, 2020
    Copy the full SHA
    98852c4 View commit details
    Browse the repository at this point in the history
  7. simplify

    Timer committed Feb 16, 2020
    Copy the full SHA
    ed7bfc1 View commit details
    Browse the repository at this point in the history
  8. Prefetch href and asPath

    Timer committed Feb 16, 2020
    Copy the full SHA
    098391f View commit details
    Browse the repository at this point in the history
  9. fix load

    Timer committed Feb 16, 2020
    Copy the full SHA
    2643285 View commit details
    Browse the repository at this point in the history
  10. dedupe prefetchAs

    Timer committed Feb 16, 2020
    Copy the full SHA
    6a25c93 View commit details
    Browse the repository at this point in the history
  11. Inject script tag on hover

    Timer committed Feb 16, 2020
    Copy the full SHA
    825ee1a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Copy the full SHA
    928717c View commit details
    Browse the repository at this point in the history
  2. comment prefetchAs

    Timer committed Feb 28, 2020
    Copy the full SHA
    ce085a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. minify code

    Timer committed Feb 29, 2020
    Copy the full SHA
    74ff44c View commit details
    Browse the repository at this point in the history
  2. introduce lazy files

    Timer committed Feb 29, 2020
    Copy the full SHA
    b4585d9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    80621c6 View commit details
    Browse the repository at this point in the history
  4. Add some breathing room

    Timer committed Feb 29, 2020
    Copy the full SHA
    612dfb6 View commit details
    Browse the repository at this point in the history
  5. correct default type

    Timer committed Feb 29, 2020
    Copy the full SHA
    ec5ce44 View commit details
    Browse the repository at this point in the history
  6. Prefetch non-dynamic data

    Timer committed Feb 29, 2020
    Copy the full SHA
    0595464 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Prefetch dynamic route data

    Timer committed Mar 1, 2020
    Copy the full SHA
    6e623d8 View commit details
    Browse the repository at this point in the history
  2. Fix size test

    Timer committed Mar 1, 2020
    Copy the full SHA
    00109cb View commit details
    Browse the repository at this point in the history
  3. Humanize code

    Timer committed Mar 1, 2020
    Copy the full SHA
    c39219d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ff7486c View commit details
    Browse the repository at this point in the history
  5. add tests

    Timer committed Mar 1, 2020
    Copy the full SHA
    e27d49d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3915ace View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    24ae003 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    103a2ca View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c9e6123 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    b082c6d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    2293750 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    e4a12ab View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Disable code

    Timer committed Mar 2, 2020
    Copy the full SHA
    363928b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1c15762 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0a23d7c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c0772ce View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fffeb50 View commit details
    Browse the repository at this point in the history
  6. Extract function helper

    Timer committed Mar 2, 2020
    Copy the full SHA
    17fb3e4 View commit details
    Browse the repository at this point in the history
  7. add comments

    Timer committed Mar 2, 2020
    Copy the full SHA
    e799bf3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3b55b4f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2ba0b8a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    936bb98 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    939e8be View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    bd3f208 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c85a3d9 View commit details
    Browse the repository at this point in the history
  14. add test

    Timer committed Mar 2, 2020
    Copy the full SHA
    6ead1b4 View commit details
    Browse the repository at this point in the history