tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.38k stars 2.58k forks source link

[feat] Are there plans to support hot updates? #11696

Open 0x1af2aec8f957 opened 1 week ago

0x1af2aec8f957 commented 1 week ago

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|css for application development on mobile devices support this function.