Elixir Streams |> 🧐 Taking Elixir 1.18's new type system changes for a spin

Phoenix Importmap: Alternative to esbuild

Use ESM with importmap in Phoenix apps to efficiently serve JavaScript without transpiling or bundling.

With this approach you’ll ship many small JavaScript files instead of one big JavaScript file.

https://github.com/gilest/phoenix_importmap/