←back to thread

113 points ronxjansen | 1 comments | | HN request time: 0.213s | source
Show context
fud101 ◴[] No.44540240[source]
I thought elixir devs have cooled on the whole hot reload update or is this different?
replies(6): >>44540247 #>>44540291 #>>44541102 #>>44541400 #>>44543689 #>>44543699 #
1. chantepierre ◴[] No.44541400[source]
I'm not using this to update the app itself - which is a docker container that gets updated when I push a new version. I'm simply using the BEAM's code loading capabilities to add client-specific parts to the app while it is running. They are part of the monorepo (and thus part of the app at dev time), but get stripped at build-time so they can be selectively loaded later.