I have this situation where I have 2 or 3 modules in my app containing particular logic that I had to replicate in JS. We keep the server-side Elixir as the source of truth but for the sake of convenience and smooth UX I had to replicate some of the validation logic.
So, my question is this: Is there a way or a plan to enable using Hologram from JS code so that it basically “only” transpiles certain Elixir modules the functions of which could then be invoked from the client side JS code?






















