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

feat: add support for React.use() #7988

Open
wants to merge 100 commits into
base: main
Choose a base branch
from

Commits on Sep 1, 2024

  1. let’s do it again

    KATT committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    8cbd6a0 View commit details
    Browse the repository at this point in the history
  2. fix test group

    KATT committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    739d023 View commit details
    Browse the repository at this point in the history
  3. maybe

    KATT committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7fe1d33 View commit details
    Browse the repository at this point in the history
  4. mkay

    KATT committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    757aeab View commit details
    Browse the repository at this point in the history
  5. cool

    KATT committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7c88325 View commit details
    Browse the repository at this point in the history
  6. rm console.logs

    KATT committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c2a2cb5 View commit details
    Browse the repository at this point in the history
  7. mkay

    KATT committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d290fca View commit details
    Browse the repository at this point in the history
  8. mkay

    KATT committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    da88d68 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. fix(vue-query): invalidate queries immediately after calling `invalid…

    …ateQueries` (TanStack#7930)
    
    * fix(vue-query): invalidate queries immediately after call `invalidateQueries`
    
    * chore: recovery code comments
    Mini-ghost authored and KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5e2767b View commit details
    Browse the repository at this point in the history
  2. release: v5.53.2

    tannerlinsley authored and KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5ec8342 View commit details
    Browse the repository at this point in the history
  3. docs(vue-query): update SSR guide for nuxt2 (TanStack#8001)

    * docs: update SSR guide for nuxt2
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    2 people authored and KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1cae4fe View commit details
    Browse the repository at this point in the history
  4. thenable

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    dc2fad6 View commit details
    Browse the repository at this point in the history
  5. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c4a1f9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4530246 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7faa2fa View commit details
    Browse the repository at this point in the history
  8. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e6583df View commit details
    Browse the repository at this point in the history
  9. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4270093 View commit details
    Browse the repository at this point in the history
  10. faster and more consistent

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9cdc99d View commit details
    Browse the repository at this point in the history
  11. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e704e3d View commit details
    Browse the repository at this point in the history
  12. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e5cf4ee View commit details
    Browse the repository at this point in the history
  13. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a3ea13e View commit details
    Browse the repository at this point in the history
  14. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    306bb1f View commit details
    Browse the repository at this point in the history
  15. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ef3926a View commit details
    Browse the repository at this point in the history
  16. fix unhandled rejections

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8993e37 View commit details
    Browse the repository at this point in the history
  17. more

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    df946eb View commit details
    Browse the repository at this point in the history
  18. more

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    091a1b4 View commit details
    Browse the repository at this point in the history
  19. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    05fc6c6 View commit details
    Browse the repository at this point in the history
  20. fix more

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2ecd43f View commit details
    Browse the repository at this point in the history
  21. fixy

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b6b2d45 View commit details
    Browse the repository at this point in the history
  22. cool

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    34bb74e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    739b66a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    36d367a View commit details
    Browse the repository at this point in the history
  25. fix: track data property if promise is tracked

    if users use the `promise` returned from useQuery, they are actually interested in the `data` it unwraps to. Since the promise doesn't change when data resolves, we would likely miss a re-render
    TkDodo committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d1184ba View commit details
    Browse the repository at this point in the history
  26. Revert "fix: track data property if promise is tracked"

    This reverts commit d1184ba.
    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    dc85450 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0d32020 View commit details
    Browse the repository at this point in the history
  28. tweak

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    26d9067 View commit details
    Browse the repository at this point in the history
  29. mkay

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e1c2394 View commit details
    Browse the repository at this point in the history
  30. add useInfiniteQuery() test

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6435af3 View commit details
    Browse the repository at this point in the history
  31. consistent testing

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d4a2822 View commit details
    Browse the repository at this point in the history
  32. better test

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    88db1b9 View commit details
    Browse the repository at this point in the history
  33. rm comment

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cb0fa35 View commit details
    Browse the repository at this point in the history
  34. test resetting errror boundary

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    608dc61 View commit details
    Browse the repository at this point in the history
  35. better test

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    608e476 View commit details
    Browse the repository at this point in the history
  36. cool

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e419146 View commit details
    Browse the repository at this point in the history
  37. cool

    KATT committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c7781ee View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. more test

    KATT committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8491a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0d7fa View commit details
    Browse the repository at this point in the history
  3. mv cleanup

    KATT committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    97aec78 View commit details
    Browse the repository at this point in the history
  4. mkay

    KATT committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b09263c View commit details
    Browse the repository at this point in the history
  5. some more things

    KATT committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f7b0359 View commit details
    Browse the repository at this point in the history
  6. add fixme

    KATT committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6356ab4 View commit details
    Browse the repository at this point in the history
  7. fix types

    KATT committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9d3b8bc View commit details
    Browse the repository at this point in the history
  8. wat

    KATT committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d9cf744 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    001377d View commit details
    Browse the repository at this point in the history
  2. fixes

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    17b4743 View commit details
    Browse the repository at this point in the history
  3. revert

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    55b6c19 View commit details
    Browse the repository at this point in the history
  4. fix

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4bfa39d View commit details
    Browse the repository at this point in the history
  5. colocating doesn’t workkk

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f27f30d View commit details
    Browse the repository at this point in the history
  6. mkay

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    79ec573 View commit details
    Browse the repository at this point in the history
  7. mkay

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    05de0fb View commit details
    Browse the repository at this point in the history
  8. might work

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    25a5957 View commit details
    Browse the repository at this point in the history
  9. more test

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    543f337 View commit details
    Browse the repository at this point in the history
  10. cool

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9e2147d View commit details
    Browse the repository at this point in the history
  11. i don’t know hwat i’m doing

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    648acc2 View commit details
    Browse the repository at this point in the history
  12. mocky

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    23ae156 View commit details
    Browse the repository at this point in the history
  13. lint

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8967bee View commit details
    Browse the repository at this point in the history
  14. space

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7c7ab77 View commit details
    Browse the repository at this point in the history
  15. rm log

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1b24dcb View commit details
    Browse the repository at this point in the history
  16. setIsServer

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7ad4230 View commit details
    Browse the repository at this point in the history
  17. mkay

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f1248f2 View commit details
    Browse the repository at this point in the history
  18. ffs

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8461f2a View commit details
    Browse the repository at this point in the history
  19. remove unnecessary stufffff

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0275b3d View commit details
    Browse the repository at this point in the history
  20. tweak more

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8a64488 View commit details
    Browse the repository at this point in the history
  21. just naming and comments

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    27996a4 View commit details
    Browse the repository at this point in the history
  22. tweak

    KATT committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    011e373 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    e217605 View commit details
    Browse the repository at this point in the history
  2. refactor: make sure to only trigger fetching during render if we real…

    …ly have no cache entry yet
    TkDodo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    be6c1f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f8b777 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b4e38b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8cb318 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b33b03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86b8b03 View commit details
    Browse the repository at this point in the history
  8. fix: empty catch

    TkDodo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9df70ac View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. feature flag

    KATT committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ac8754a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b7f5d4 View commit details
    Browse the repository at this point in the history
  3. add comment

    KATT committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1e4f719 View commit details
    Browse the repository at this point in the history
  4. simplify

    KATT committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4ee2728 View commit details
    Browse the repository at this point in the history
  5. omit from suspense

    KATT committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2fa83df View commit details
    Browse the repository at this point in the history
  6. feat flag

    KATT committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9f281f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. more tests

    TkDodo committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    540ddd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b573cc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    c617a08 View commit details
    Browse the repository at this point in the history
  2. test: more tests

    TkDodo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ae93100 View commit details
    Browse the repository at this point in the history
  3. test: more cancelation

    TkDodo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    138b126 View commit details
    Browse the repository at this point in the history
  4. fix cancellation

    KATT committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d3bd66c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. make it work

    KATT committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7941921 View commit details
    Browse the repository at this point in the history
  2. tweak comment

    KATT committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a47709a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df1dc3 View commit details
    Browse the repository at this point in the history
  4. simplify code a bit

    KATT committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2cbe35a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60f830b View commit details
    Browse the repository at this point in the history