SaaSHub helps you find the best software and product alternatives Learn more →
Importmap-rails Alternatives
Similar projects and alternatives to importmap-rails
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
turbo
The speed of a single-page web application without having to write any JavaScript (by hotwired)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better importmap-rails alternative or higher similarity.
importmap-rails discussion
importmap-rails reviews and mentions
Posts with mentions or reviews of importmap-rails.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-06.
-
Importmap or jsbundling? I use both
This is because the @lit/reactive-element package has many optional modules that were not downloaded. But if you download all optional modules, the importmap configuration will become very bloated. There is a PR in progress (#235), but it's hard to say if it will solve the problem because the issue lies in the library authors not considering the need for unbundled imports.
-
Buh-Bye Webpack and Node.js, Hello Rails and Import Maps
At a high level, the importmaps-rails Gem allows developers to import maps into their applications. The use of /bin/importmap allows engineers to update, pin, or unpin dependencies as needed. This is similar to how Maven and Gradle work in Java-based projects.
-
Polyfill supply chain attack hits 100K+ sites
Before ESM I wasn't nearly as sold on skipping the build step, but now it feels like there's a much nicer browser native way of handling dependencies, if only I can get the files in the right shape!
The Rails community are leaning into this heavily now: https://github.com/rails/importmap-rails
-
Do you know how the delivery of assets works in your Rails 7 app?
// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails import "@hotwired/turbo-rails" import "controllers" import "bootstrap" import "@popperjs/core"
-
The Rails asset pipeline, old and new
It is implemented as a thor task in lib/importmap/cmmands.rb
-
RubyJS-Vite
With importmaps (https://github.com/rails/importmap-rails) and Hotwire (https://hotwired.dev/), you write plain js and serve it.
Also packages are served via CDN. There is no tree shaking. Rails got rid of the whole bundling step.
-
First commits in a Ruby on Rails app
Importmap audit - “checks the NPM registry for known security issues”
-
Asset compilation taking ~ 12 mins
It worked, but JS changes were not coming through. Digging into the Importmap docs (see 'sweeping the cache', it monitors changes according to the setting config.importmap.cache_sweepers. So, by adding the locations where I have my JS files, I also got JS changes passed through.
-
Is the default importmap method unrealistic in the most popular real world use cases?
You can't use TypeScript, or anything that requires pre-compile, with importmap. answered issue
-
Ruby on Rails with React on Typescript using importmaps
Let's begin by installing the necessary dependencies. The first gem generates the importmap object, manages caching, and helps with library installations, among other things. I recommend reading the entire readme to become familiar with its capabilities. The second gem will be discussed later, it is used to compile JSX files. Gemfile
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Stats
Basic importmap-rails repo stats
30
1,161
7.4
5 months ago
rails/importmap-rails is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of importmap-rails is Ruby.
Popular Comparisons
- importmap-rails VS jsbundling-rails
- importmap-rails VS esbuild-rails
- importmap-rails VS import-maps
- importmap-rails VS sprockets-rails
- importmap-rails VS vite_ruby
- importmap-rails VS docker-rails-example
- importmap-rails VS esbuilder
- importmap-rails VS turbo
- importmap-rails VS esbuild-live-reload
- importmap-rails VS Stimulus