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

Question: does this framework support hot reload? #2

Open
kokizzu opened this issue Feb 28, 2020 · 1 comment
Open

Question: does this framework support hot reload? #2

kokizzu opened this issue Feb 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@kokizzu
Copy link

kokizzu commented Feb 28, 2020

Like Flutter, NativeScript, ReactNative, Unity which doesn't have to wait long to recompile/test (unlike Xamarin and other native development).

@teras
Copy link
Contributor

teras commented Feb 28, 2020

Hello
CrossMobile is native development so you still need to recompile the application (like all native solutions).
And this is valid for all platforms.
On top of that, it does its best to minimize compile time and not recompile everything, although unfortunately this can never come close to hot reload.

What you can do, to speed up development time, is to target the Desktop, where compiling there is extremely fast and it is almost as good as the mobile version (only web views are not properly shown yet, but this is a work in progress anyway).

@teras teras added the enhancement New feature or request label Feb 28, 2020
teras added a commit to Aroma-UI/CrossMobile that referenced this issue Mar 18, 2021
teras added a commit to Aroma-UI/CrossMobile that referenced this issue Mar 18, 2021
teras added a commit to Aroma-UI/CrossMobile that referenced this issue Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants