Hologram v0.8.0: Elixir Gets JavaScript Interop
2026-03-31
![]()
Hologram v0.8.0 lets you call JavaScript functions, use npm packages, hit Web APIs, and work with Web Components directly from Elixir -- no client-side latency. The Hologram.JS module handles method calls, property access, class instantiation, and event dispatching, with automatic type conversion across the boundary. JS Promises become Elixir Tasks. The longer play: porting Elixir's process model to the browser.
Was this useful?