← Graph

Import Maps

tool 2 connections

Browser-native mechanism that maps module specifiers to URLs so ES modules can be imported without a bundler. Integrated into Rails 7 via importmap-rails. Takes advantage of HTTP/2 — lots of small files can be downloaded with minimal overhead, and changing one file doesn't break the cache of others. Key to the 'no-build' Rails frontend.

category
library
Rails 7 import map integration is central to the no-build frontend story.
tool Import Maps
related_to
HTTP/2 tool
Import maps exploit HTTP/2's low per-file overhead to replace bundling/concatenation.

Provenance