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

Open
wants to merge 43 commits into
base: release-3.13
Choose a base branch
from

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: fefec82

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: bbeb330

Copy link
Contributor

github-actions bot commented Sep 18, 2024

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 41.19 KB (+1.29% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 50.62 KB (+1.1% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 47.68 KB (+1.06% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 36.18 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 33.58 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.29 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.88 KB (+6.65% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.54 KB (+8.91% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" 5.37 KB (+7.18% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" (production) 4.03 KB (+10.14% 🔺)
import { useLoadableQuery } from "dist/react/index.js" 5.45 KB (+7.1% 🔺)
import { useLoadableQuery } from "dist/react/index.js" (production) 4.11 KB (+9.91% 🔺)
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 fefec82
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/6765a18f5a64ae000814ec6b
😎 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.

@svc-apollo-docs
Copy link

svc-apollo-docs commented Dec 17, 2024

✅ Docs Preview Ready

Configuration
{
  "repoOverrides": {
    "apollographql/[email protected]": {
      "remote": {
        "owner": "apollographql",
        "repo": "apollo-client",
        "branch": "jerel/suspense-use-fragment"
      }
    }
  }
}
Name Link

Commit

fefec82

Preview

https://www.apollographql.com/docs/deploy-preview/d022bc1f23940b9d97bc

Build ID

d022bc1f23940b9d97bc

File Changes

0 new, 2 changed, 0 removed
* (developer-tools)/apollo-server/(latest)/getting-started.mdx
* (developer-tools)/apollo-server/(latest)/index.mdx

Pages

2


2 pages published. Build will be available for 30 days.

@jerelmiller jerelmiller changed the title [DO NOT MERGE] PR build for basic useSuspenseFragment Feature: useSuspenseFragment Dec 17, 2024
@jerelmiller jerelmiller marked this pull request as ready for review December 19, 2024 20:33
@jerelmiller jerelmiller requested a review from phryneas December 19, 2024 20:33
@jerelmiller jerelmiller changed the base branch from main to release-3.13 December 19, 2024 20:39
@jerelmiller jerelmiller requested a review from a team as a code owner December 19, 2024 20:39
@jerelmiller jerelmiller force-pushed the jerel/suspense-use-fragment branch from 87fc34d to accc6c0 Compare December 19, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants