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

Implement new client-side router #37551

Merged
merged 108 commits into from
Jul 6, 2022

Commits on Jun 7, 2022

  1. Remove comment

    timneutkens committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    fee9593 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    dbcfc3c View commit details
    Browse the repository at this point in the history
  2. Comment out unused code

    timneutkens committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    bf47abf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faec101 View commit details
    Browse the repository at this point in the history
  4. Remove console.log

    timneutkens committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    06a6138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9cd9a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    4b8ab1a View commit details
    Browse the repository at this point in the history
  2. Remove console.log

    timneutkens committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    7b14a24 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    ef60d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2919687 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    bf3d3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc61955 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e1abb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac48af5 View commit details
    Browse the repository at this point in the history
  5. Remove todo

    timneutkens committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    40f6f92 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Fix loading segment

    timneutkens committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    79f13c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397d1ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce9d26f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06d4fcc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Refactor layout router

    - Handle back/forward navigation
    - Only render down from the common layout
    
    Co-Authored-By: Sebastian Markbåge <sebastian@calyptus.eu>
    timneutkens and sebmarkbage committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    32c8dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35709da View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Disable tests that fail

    timneutkens committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    1764470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e7803 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Skip failing test

    timneutkens committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    5bd8381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f4966f View commit details
    Browse the repository at this point in the history
  3. Support rewrites

    timneutkens committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    78d15ee View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add/back-nav-optimization-2' of github.com:timneutkens/…

    …next.js into add/back-nav-optimization-2
    timneutkens committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    f8c0b33 View commit details
    Browse the repository at this point in the history
  5. Update todo

    timneutkens committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    26098d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    272e84b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7975986 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    7e6e793 View commit details
    Browse the repository at this point in the history
  2. Add data type

    timneutkens committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    a2c3d4e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    a896086 View commit details
    Browse the repository at this point in the history
  2. WIP

    timneutkens committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f15bc0a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Refactor optimistic tree

    timneutkens committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    dc55d23 View commit details
    Browse the repository at this point in the history
  2. WIP

    timneutkens committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    002d6c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Refactor to useReducer

    timneutkens committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    e7d71cc View commit details
    Browse the repository at this point in the history
  2. Remove log

    timneutkens committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    7e0499c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Add segmentPath

    timneutkens committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    39c19bd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add/back-nav-optimization-2' of github.com:timneutkens/…

    …next.js into add/back-nav-optimization-2
    timneutkens committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    86e903c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07a2b59 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. replaceAll -> replace

    huozhi committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    7511afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc67b53 View commit details
    Browse the repository at this point in the history
  3. WIP

    timneutkens committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    fdfcb16 View commit details
    Browse the repository at this point in the history
  4. Remove compiled files

    timneutkens committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    a280d8a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Merge branch 'add/back-nav-optimization-2' of github.com:timneutkens/…

    …next.js into add/back-nav-optimization-2
    timneutkens committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a099c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caab172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    879ba2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0793c0 View commit details
    Browse the repository at this point in the history
  5. Remove console.log

    timneutkens committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f991fa4 View commit details
    Browse the repository at this point in the history
  6. Remove todos

    timneutkens committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    53717fd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. WIP

    timneutkens committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    c45475e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a80e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7810c87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    971d415 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. WIP

    timneutkens committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2ffa0fd View commit details
    Browse the repository at this point in the history
  2. WIP

    timneutkens committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    fbda67b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. WIP

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    87af3e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c65b17 View commit details
    Browse the repository at this point in the history
  3. WIP

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    98a5b57 View commit details
    Browse the repository at this point in the history
  4. WIP

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    80ce305 View commit details
    Browse the repository at this point in the history
  5. Update error

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    31c200e View commit details
    Browse the repository at this point in the history
  6. Fix refetch

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    6c1a33b View commit details
    Browse the repository at this point in the history
  7. Change page key to ''

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    63b42fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0106f1f View commit details
    Browse the repository at this point in the history
  9. WIP

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    49b1b9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d6ff20 View commit details
    Browse the repository at this point in the history
  11. WIP

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    ad37db0 View commit details
    Browse the repository at this point in the history
  12. WIP

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    fbd90d8 View commit details
    Browse the repository at this point in the history
  13. WIP

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e2a95fa View commit details
    Browse the repository at this point in the history
  14. Add mutable

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    388c13c View commit details
    Browse the repository at this point in the history
  15. Bring back cache null

    timneutkens committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    0c3cd96 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. WIP

    timneutkens committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    fdfd0b3 View commit details
    Browse the repository at this point in the history
  2. WIP

    timneutkens committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    b444935 View commit details
    Browse the repository at this point in the history
  3. WIP

    timneutkens committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    ae171cc View commit details
    Browse the repository at this point in the history
  4. WIP

    timneutkens committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    3fd0206 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36da7dc View commit details
    Browse the repository at this point in the history
  6. Fix tests and typescript

    timneutkens committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    8704a7c View commit details
    Browse the repository at this point in the history
  7. WIP

    timneutkens committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    64c3e96 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    c14a7ab View commit details
    Browse the repository at this point in the history
  2. WIP

    timneutkens committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    61ed2bd View commit details
    Browse the repository at this point in the history
  3. Add middleware

    timneutkens committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    c35a8f0 View commit details
    Browse the repository at this point in the history
  4. Handle replace

    timneutkens committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    1516cc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    004d9e9 View commit details
    Browse the repository at this point in the history
  2. Remove auto import

    timneutkens committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    3f4ad7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd7be12 View commit details
    Browse the repository at this point in the history
  4. Remove todo

    timneutkens committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    9835331 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    e088028 View commit details
    Browse the repository at this point in the history
  2. add todo

    timneutkens committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9c9f9d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    229b2ac View commit details
    Browse the repository at this point in the history
  4. WIP

    timneutkens committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    70390fb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. WIP

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    81022c6 View commit details
    Browse the repository at this point in the history
  2. WIP

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    39fbd91 View commit details
    Browse the repository at this point in the history
  3. WIP

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    811d012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb73172 View commit details
    Browse the repository at this point in the history
  5. WIP

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e02bee4 View commit details
    Browse the repository at this point in the history
  6. WIP

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4567a98 View commit details
    Browse the repository at this point in the history
  7. Remove custom styles

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    455b5c5 View commit details
    Browse the repository at this point in the history
  8. WIP

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    63cfae7 View commit details
    Browse the repository at this point in the history
  9. Remove body color

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    5c1695b View commit details
    Browse the repository at this point in the history
  10. Fix infinite suspend

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f43ed0b View commit details
    Browse the repository at this point in the history
  11. Clean up initial cache

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    dd22e22 View commit details
    Browse the repository at this point in the history
  12. Handle ssr

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f369b1a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e764828 View commit details
    Browse the repository at this point in the history
  14. Disable previous tests

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    91d21b9 View commit details
    Browse the repository at this point in the history
  15. Remove debug logs

    timneutkens committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9bf17c2 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'canary' into add/back-nav-optimization-2

    # Conflicts:
    #	test/integration/react-server-components/test/index.test.js
    ijjk committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    d03d90d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8725339 View commit details
    Browse the repository at this point in the history