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

Example: Link preloading (GET-only) #223

Closed
wants to merge 11 commits into from

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    fa634b1 View commit details
    Browse the repository at this point in the history
  2. Move Axios call to it's own method

    This will allow us to make a call without running into prefetch response incompatibility issues.
    We'll also move the cancelToken into an argument, so that the preloader can cancel any requests that are still preloading and are no longer relevant after a page transition.
    claudiodekker committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    6d47a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45fc777 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    332c0b5 View commit details
    Browse the repository at this point in the history
  5. Preloader: add hook to cancelToken

    This will allow the normal 'visit' to cancel the request after taking over.
    claudiodekker committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    c14029d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    523e9fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7ea76a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fdc6f16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b2ad22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    21ec6cd View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Merge branch 'master' into preload-v2

    # Conflicts:
    #	packages/inertia/src/inertia.js
    claudiodekker committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    6faf8cb View commit details
    Browse the repository at this point in the history