-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Dose it support BSDiff incremental update instead of full update #59
Comments
Details need more thought, but updating just the changed parts instead of everything sounds like a good idea. I’ll look into it later. Thanks for the suggestion! |
@gronxb look this https://github.com/reactnativecn/react-native-pushy, this package support incremental update |
Some repos which might be helpful @gronxb |
If I am not mistaken, it might be similar to the GIT server implementation of that repo I told that contained the simple version. @gronxb
Should be an option, not enforced. |
I don’t have time to look into this right now. I’ll add it to the backlog and get to it later. |
Another new way to share functionality. https://www.youtube.com/watch?v=Lp-5wSsd5Do Maybe it could be simplified and have a zephyr cloud alternative. While supporting rspack. Rather than just having it loaded by the remote, have it downloaded by the remote and be well managed to not conflict with anything nor be there (cached) if not used or outdated. But also be sure to re-download if needed if the user decide to clear cache. |
Yes, Re.Pack is already included in the roadmap for Hot Updater. Since Re.Pack supports code splitting, if I support Re.Pack, i will also consider implementing code push for individual chunks rather than a single bundled update. |
But in this case seems to be module federation. https://re-pack.dev/docs/module-federation
|
Dose it support BSDiff incremental update instead of full update
The text was updated successfully, but these errors were encountered: