desktop
desktop copied to clipboard
live reload for development
I'm interested in elixir for an ability to reload the updated code and see the update without restarting the process (iex) does this desktop build still have that ability or is it even possible to do it?
Hey it definitely still has the ability. E.g. you can run a desktop app and then reload code on the fly. While you're developing this is actually the default, e.g. any change made to the source code will automatically reloaded live into the app. But also after you create a production build all the infrastructure to reload code is there for you to use.