:white_check_mark: *RESOLVED*::fire: Do we have hot reload in compose-web?
t
โœ… RESOLVED:๐Ÿ”ฅ Do we have hot reload in compose-web?
s
yes, I used it
also worked for jsBrowserDevelopmentRun
t
Damn. this is ๐Ÿ”ฅ , so basically passing
--continuous
would make it hot-reloadable. How did u know it? Do we have a doc explaining the available flags?
s
I used react-kotlin in the past, I tried if it works and it did
t
Understood ๐Ÿ‘ thanks
c
Fun fact, you can also use
test --continuous
to hot-reload your unit tests (they get automatically executed again everytime you save the project), and many other tasks
๐Ÿ˜ฎ 5
๐Ÿ‘ 3
(and that works for all targets, I use it on JVM and JS to test the back&front when I work on the API) The UI in IDEA is not great, but it works well
t
that's amazing. thanks for the tip @CLOVIS
a
I think
--continuous
and such arenโ€™t doing hot reload but are doing live reload. The difference is that state (non-persistent) is not preserved
๐Ÿ‘ 2