:white_check_mark: *RESOLVED*::fire: Do we have ho...
# 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