Is there any library for using importmaps on phoenix?
Rails have this gem GitHub - rails/importmap-rails: Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling., so I wonder if it is possible to have a similar thing in Phoenix.
Using the importmaps we could avoid any js dependencies in the dev environment, and it’s better on production (parallel fetching and caching)
Hi @drselump14
Not sure if this is still relevant to you, but I’ve posted a thread about a new library that is targetting this use-case: