Are there plans to support hot updates? #14548
0x1af2aec8f957
started this conversation in
Plugin Requests
Replies: 1 comment
-
|
Tauri's partner CrabNebula has a paid solution for web assets updates ("paid" because it's bound to their Cloud offering) -> https://docs.crabnebula.dev/plugins/over-the-air-updates/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
Hot updates are a very common way to update apps on mobile devices. It is often unwise to ask users to re-download the entire app to fix a minor issue. Hot updates have many advantages over full updates.
Describe the solution you'd like
This functionality is similar to eas-update or code-push.
Alternatives considered
No response
Additional context
Almost all technology stacks that use
js|html|cssfor application development on mobile devices support this function.Beta Was this translation helpful? Give feedback.
All reactions