Replies: 1 comment
-
Hey Alex, changes to the project will be built incrementally, and there are strategies to get 200ms recompile/reload times on large projects. Compose Hot Reload is currently focusing on the core tech. Once this is stabilized, I will roll out some ways that will help large projects get quicker incremental compile times. |
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.
-
My app takes 6 seconds to reload. In a perfect world there would be 0 delay between saving and seeing updates, as mentioned in the repo's readme.
If I am understanding this correctly, hot reload rebuilds my app and swaps the new with the old code.
How can I achieve 0 delay between reloads?
Do you expect apps to have 0 build times or is this going to be addressed in the future?
Beta Was this translation helpful? Give feedback.
All reactions