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

Add useProgress to @realm/react #6799

Closed
sync-by-unito bot opened this issue Jul 19, 2024 · 4 comments
Closed

Add useProgress to @realm/react #6799

sync-by-unito bot opened this issue Jul 19, 2024 · 4 comments
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Jul 19, 2024

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>
} 
Copy link
Author

sync-by-unito bot commented Jul 19, 2024

➤ PM Bot commented:

Jira ticket: RJS-2866

1 similar comment
Copy link
Author

sync-by-unito bot commented Jul 19, 2024

➤ PM Bot commented:

Jira ticket: RJS-2866

@gagik
Copy link
Contributor

gagik commented Jul 19, 2024

Duplicate of #6797

@gagik gagik marked this as a duplicate of #6797 Jul 19, 2024
@gagik gagik closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2024
Copy link
Author

sync-by-unito bot commented Jul 19, 2024

➤ gagik commented:

Duplicate of https://jira.mongodb.org/browse/RJS-2867?filter=-1

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant