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(react-query): useSuspenseQuery #5739

Merged
merged 17 commits into from
Jul 23, 2023
Merged

feat(react-query): useSuspenseQuery #5739

merged 17 commits into from
Jul 23, 2023

Commits on Jul 18, 2023

  1. feat: useSuspenseQuery

    TkDodo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    12b53a4 View commit details
    Browse the repository at this point in the history
  2. feat: infiniteQueryOptions

    TkDodo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bd93c67 View commit details
    Browse the repository at this point in the history
  3. fix: add exports

    TkDodo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e7cc229 View commit details
    Browse the repository at this point in the history
  4. feat: useSuspenseInfiniteQuery

    TkDodo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6bb924f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28168a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    051ade4 View commit details
    Browse the repository at this point in the history
  7. fix: types

    TkDodo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bd6aa3a View commit details
    Browse the repository at this point in the history
  8. chore: stabilize test

    we sometimes get failureCount: 2, but it doesn't matter here (timing issue)
    TkDodo committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3f9f6d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    0c0055c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    a8ae890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8bbb0 View commit details
    Browse the repository at this point in the history
  3. docs: suspense

    TkDodo committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bd7126e View commit details
    Browse the repository at this point in the history
  4. docs: api reference

    TkDodo committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    cd244aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38e92a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    d5c2a8e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/use-suspense-query' into…

    … feature/use-suspense-query
    TkDodo committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    24dcb26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbb7306 View commit details
    Browse the repository at this point in the history