Modern frontend apps with ES modules and import maps

from blog Christian Fei's Blog - cri.dev, | ↗ original
With import maps you can map external module names to their relative URLs, on a CDN for example, which makes it super easy to use external modules, natively in 2023. By defining a tag you can map the various modules you like to include in your web application, leveraging ES modules. Put the mapping the in the tag of the document and can import...