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

Feature: useSuspenseFragment #12066

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft

Conversation

jerelmiller
Copy link
Member

@jerelmiller jerelmiller commented Sep 18, 2024

No description provided.

Copy link

changeset-bot bot commented Sep 18, 2024

🦋 Changeset detected

Latest commit: 9aa3eed

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@apollo/client Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

pkg-pr-new bot commented Sep 18, 2024

npm i https://pkg.pr.new/@apollo/client@12066

commit: 9aa3eed

Copy link
Contributor

github-actions bot commented Sep 18, 2024

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 41.12 KB (+1.19% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 50.53 KB (+1.02% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 47.61 KB (+1% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 36.13 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 33.54 KB (0%)
import { ApolloProvider } from "dist/react/index.js" 1.26 KB (0%)
import { ApolloProvider } from "dist/react/index.js" (production) 1.24 KB (0%)
import { useQuery } from "dist/react/index.js" 5.21 KB (+0.02% 🔺)
import { useQuery } from "dist/react/index.js" (production) 4.3 KB (0%)
import { useLazyQuery } from "dist/react/index.js" 5.7 KB (0%)
import { useLazyQuery } from "dist/react/index.js" (production) 4.78 KB (0%)
import { useMutation } from "dist/react/index.js" 3.62 KB (0%)
import { useMutation } from "dist/react/index.js" (production) 2.84 KB (0%)
import { useSubscription } from "dist/react/index.js" 4.42 KB (0%)
import { useSubscription } from "dist/react/index.js" (production) 3.48 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" 5.85 KB (+6.08% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.51 KB (+8.23% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" 5.34 KB (+6.55% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" (production) 4 KB (+9.24% 🔺)
import { useLoadableQuery } from "dist/react/index.js" 5.42 KB (+6.53% 🔺)
import { useLoadableQuery } from "dist/react/index.js" (production) 4.07 KB (+9.05% 🔺)
import { useReadQuery } from "dist/react/index.js" 3.41 KB (0%)
import { useReadQuery } from "dist/react/index.js" (production) 3.35 KB (0%)
import { useFragment } from "dist/react/index.js" 2.36 KB (0%)
import { useFragment } from "dist/react/index.js" (production) 2.31 KB (0%)

Copy link

netlify bot commented Sep 18, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 9aa3eed
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/67632fa68ccf9c000874b7c7
😎 Deploy Preview https://deploy-preview-12066--apollo-client-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jerelmiller jerelmiller force-pushed the jerel/suspense-use-fragment branch from 5022938 to 296fe26 Compare December 17, 2024 00:02
@svc-apollo-docs
Copy link

svc-apollo-docs commented Dec 17, 2024

✅ Docs Preview Ready

No new or changed pages found.

@jerelmiller jerelmiller changed the title [DO NOT MERGE] PR build for basic useSuspenseFragment Feature: useSuspenseFragment Dec 17, 2024
onDispose?: () => void;
}

export class FragmentReference<
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should handle autoDisposeTimeoutMs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants