-
Notifications
You must be signed in to change notification settings - Fork 133
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
docs(hooks): add initial react hooks docs #561
docs(hooks): add initial react hooks docs #561
Conversation
@@ -1,14 +1,14 @@ | |||
{ | |||
"compilerOptions": { | |||
"baseUrl": ".", | |||
"module": "esnext", | |||
"module": "nodenext", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason this was needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea the snippets files weren't correctly resolving the /react
and /config
imports so I did this to match what we have in other tsconfigs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small suggestions, but lgtm
Co-authored-by: Ajay Vasisht <43521356+avasisht23@users.noreply.github.com>
f4a96db
to
e1b9664
Compare
* feat: add alchemy accounts context * style: address PR feedback Co-authored-by: Ajay Vasisht <43521356+avasisht23@users.noreply.github.com> * fix: address a few PR comments * docs(hooks): add initial react hooks docs (#561) * docs(hooks): add initial react hooks docs * refactor: apply suggestions from code review Co-authored-by: Ajay Vasisht <43521356+avasisht23@users.noreply.github.com> --------- Co-authored-by: Ajay Vasisht <43521356+avasisht23@users.noreply.github.com> --------- Co-authored-by: Ajay Vasisht <43521356+avasisht23@users.noreply.github.com>
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR adds new React hooks and configurations related to user authentication, signer status, and account management. It also updates TypeScript configurations and documentation.
Detailed summary
useUser
hook in a Markdown file