docs: add Stellar React hooks reference page (#44)#68
Merged
truthixify merged 1 commit intoJun 29, 2026
Merged
Conversation
- Add reference/stellar-react-hooks.mdx with full hook reference - Cover useStellarStealthKeys, useStellarAnnouncementScan, useStellarSendStealthPayment, useStellarName, useStellarBalance - Include signatures, params, return types, JSX examples, pitfalls - Add React Strict Mode and React Native caveat sections - Add full app example using all five hooks - Link from SDK Stellar page and getting-started Gated on @wraith-protocol/sdk-react shipping.
|
@boalambo Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
Clean merge. 717-line Stellar React hooks reference page. Solid coverage of the sdk-react hooks. Thanks @boalambo. |
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.
Summary
Adds the full reference page for
@wraith-protocol/sdk-reacthooks as specified in #44.Changes
reference/stellar-react-hooks.mdx— new reference page covering all 5 hookssdk/chains/stellar.mdx— added link to hooks referencegetting-started.mdx— added link to hooks reference.gitignore— removedreference/exclusion so the directory is trackedHooks documented
useStellarStealthKeysuseStellarAnnouncementScanuseStellarSendStealthPaymentuseStellarNameuseStellarBalanceEach hook includes: signature, parameters, return type, side effects, JSX example, and common pitfalls.
Additional coverage
Notes
@wraith-protocol/sdk-reactshipping.gitignorechange is intentional —reference/was previously excluded, blocking the spec'd file pathAcceptance criteria
reference/stellar-react-hooks.mdxcommittedCloses #44