Add code examples for components (and some hooks) to support all SDKs#2481
Merged
Add code examples for components (and some hooks) to support all SDKs#2481
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
|
I say we 🚢 |
2 tasks
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔎 Preview: https://clerk.com/docs/pr/nick-sdk-scoping-components-and-hooks
The current component documentation does not provide code examples for all supported SDKs.
This PR introduces code examples for each supported SDK, improving SDK-specific guidance and making the documentation more complete and actionable.
Scope:
The following checklist can be used to review this PR. Each component was tested twice by two different people (@SarahSoutoul & @NWylynko).
docs/components/authentication/google-one-tap.mdx (Sarah)
docs/components/authentication/sign-in.mdx (Sarah)
docs/components/authentication/sign-up.mdx (Sarah)
docs/components/clerk-provider.mdx (Sarah)
docs/components/control/clerk-loaded.mdx (Sarah)
docs/components/control/clerk-loading.mdx (Sarah)
docs/components/control/redirect-to-createorganization.mdx (Sarah)
docs/components/control/redirect-to-organizationprofile.mdx (Sarah)
docs/components/control/redirect-to-signin.mdx (Sarah)
docs/components/control/redirect-to-signup.mdx (Sarah)
docs/components/control/redirect-to-userprofile.mdx (Sarah)
docs/components/control/signed-in.mdx (Sarah)
docs/components/control/signed-out.mdx (Sarah)
docs/components/organization/create-organization.mdx (Sarah)
docs/components/authentication/task-choose-organization.mdx (Nick)
docs/components/organization/organization-list.mdx (Nick)
docs/components/organization/organization-profile.mdx (Nick)
docs/components/organization/organization-switcher.mdx (Nick)
docs/components/pricing-table.mdx (Nick)
docs/components/protect.mdx (Nick)
docs/components/unstyled/sign-in-button.mdx (Nick)
docs/components/unstyled/sign-in-with-metamask.mdx (Nick)
docs/components/unstyled/sign-out-button.mdx (Nick)
docs/components/unstyled/sign-up-button.mdx (Nick)
docs/components/user/user-button.mdx (Nick)
docs/components/user/user-profile.mdx (Nick)
docs/components/waitlist.mdx (Nick)
docs/hooks/use-organization.mdx (Nick)
docs/hooks/use-organization-list.mdx (Nick)
https://clerk.com/docs/pr/nick-sdk-scoping-components-and-hooks/hooks/use-reverification (Sarah)
FIXES DOCS-10658