We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
useProgress
@realm/react
With completed, flexible sync can now support progress notifications.
To improve the experience on @realm/react, it'd be great to expose the functionality through a useProgress hook.
Example
const MyComponent = () => { const progress = useProgress(); return <div>{progress}/1.0 loaded</div> }
The text was updated successfully, but these errors were encountered:
➤ PM Bot commented:
Jira ticket: RJS-2866
Sorry, something went wrong.
Duplicate of #6797
➤ gagik commented:
Duplicate of https://jira.mongodb.org/browse/RJS-2867?filter=-1
gagik
No branches or pull requests
With completed, flexible sync can now support progress notifications.
To improve the experience on
@realm/react
, it'd be great to expose the functionality through auseProgress
hook.Example
The text was updated successfully, but these errors were encountered: