-
Hi, The Is there anything I need to do to get `hot-reload´ working? Because if I change anything in my RSX, nothing reloads. Also, I'm running my app via Is there any other tool/workflow that is recommended for re-compiling and reloading my app on those changes? The CLI only seems to support Wasm apps. PS: I'm actually interested in My plan is to use Is there anything wrong about this plan? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I'm still interested in the above, but for testing |
Beta Was this translation helpful? Give feedback.
-
It seems I thought about how to support
It would be great to get some feedback about the above (especially, if the approach isn't reasonable). I'll have a look at the source code of |
Beta Was this translation helpful? Give feedback.
-
Currently there is no way to enable hot reloading for desktop, liveview, or TUI. The source code is there for desktop with the intention to enable it the future. With LiveView hot reloading currently requires access to the VirtualDom directly witch only lives on the server, not the client. I'm adding support for TUI, LiveView, and Desktop without a CLI in #754. |
Beta Was this translation helpful? Give feedback.
Currently there is no way to enable hot reloading for desktop, liveview, or TUI. The source code is there for desktop with the intention to enable it the future.
With LiveView hot reloading currently requires access to the VirtualDom directly witch only lives on the server, not the client.
I'm adding support for TUI, LiveView, and Desktop without a CLI in #754.