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

updates docs to refer to functional API #553

Merged
merged 1 commit into from
Jun 4, 2024
Merged

updates docs to refer to functional API #553

merged 1 commit into from
Jun 4, 2024

Conversation

netbonus
Copy link
Contributor

No description provided.

@netbonus netbonus requested a review from mrcnk May 24, 2024 14:13
Copy link
Member

@mrcnk mrcnk left a comment

Choose a reason for hiding this comment

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

All good, I'd just throw in an async storage guide for our client.

name: 'My Wallet',
deviceId: 'XXXXXX',
password: 'password',
getStoredClient: () => localStorage.getItem('client'),
Copy link
Member

Choose a reason for hiding this comment

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

Would be great to also cover async storages since most of the browser extension integrations will require it. If the fix to allow async storages was added to the SDK already, we just probably need to mention it should work fine, if not, then maybe point to the workaround with Zustand I did in Rainbow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

async storage will come in the next major release. we're pushing this out before that.

@netbonus netbonus force-pushed the nb/func-docs branch 2 times, most recently from 9586c6b to b1176cf Compare June 4, 2024 16:14
@netbonus netbonus merged commit ae6fa2d into dev Jun 4, 2024
3 checks passed
@netbonus netbonus deleted the nb/func-docs branch June 4, 2024 16:23
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