Import maps 101

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
  1. es-module-shims

    Shims for new ES modules features on top of the basic modules support in browsers

    If you want import maps to be supported in any browser, there is an ES Module Shims polyfill which is compatible with any browser that has baseline ES Module Support (i.e. Edge 17+, Firefox 60+, Safari 10.1+, and Chrome 61+).

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. import-maps

    How to control the behavior of JavaScript imports

    Import maps proposal

  4. dayjs

    ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API

    Let’s take a look at an example implementation of import maps. In this tutorial, we will learn how to import a bare module like dayjs without the use of a bundler.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Getting started with Zustand state management for React

    1 project | dev.to | 5 Apr 2025
  • Format dates and times easily in your application using Day.js

    1 project | dev.to | 12 Jan 2025
  • React Custom Hooks vs. Helper Functions - When To Use Both

    2 projects | dev.to | 3 Jul 2024
  • Mastering Time: State-of-the-Art Date Handling in JavaScript

    2 projects | dev.to | 29 Apr 2024
  • The Day.js Dilemma: How Should We Handle OSS Maintainers Going MIA?

    2 projects | news.ycombinator.com | 12 Apr 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?