importmap-rails VS vite_ruby

Compare importmap-rails vs vite_ruby and see what are their differences.

importmap-rails

Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling. (by rails)

vite_ruby

⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience (by ElMassimo)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
importmap-rails vite_ruby
25 25
1,007 1,146
2.0% -
8.2 7.1
about 2 months ago 8 days ago
Ruby Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

importmap-rails

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-04-15.
  • RubyJS-Vite
    11 projects | news.ycombinator.com | 15 Apr 2024
    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
    6 projects | dev.to | 17 Jan 2024
    Importmap audit - “checks the NPM registry for known security issues”
  • Asset compilation taking ~ 12 mins
    2 projects | /r/rails | 6 Jul 2023
    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?
    5 projects | /r/rails | 9 May 2023
    You can't use TypeScript, or anything that requires pre-compile, with importmap. answered issue
  • Ruby on Rails with React on Typescript using importmaps
    3 projects | dev.to | 1 May 2023
    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
  • Pirep.io collects the unpublished, local knowledge on public, private, and unmapped airport that anyone can contribute to
    4 projects | /r/flying | 13 Apr 2023
    Yeah, those were brand new right around the time I started this project a few years ago with Rails 7 (or was it 6.1?). I actually ended up removing them in favor of importmap-rails since I wanted as simple of a frontend as possible and I wasn't sure of relying on what was, at the time, a brand new way of doing frontend work. Things change so quickly in JS-land that I'm always hesitant to make something a dependency unless it has a strong track record of being continuously maintained.
  • Dusting off my rails knowledge, need some tips / guidance on rails 7 and production
    10 projects | /r/rails | 7 Apr 2023
    source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.1.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.4", ">= 7.0.4.2" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" # Use sqlite3 as the database for Active Record gem "sqlite3", "~> 1.4" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] gem "turbo-rails" # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev] gem "stimulus-rails" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder" gem "mongoid" gem "mongoid-grid_fs" gem 'bootstrap', '~> 5.2.2' #sourced from https://github.com/twbs/bootstrap-rubygem gem 'rack-cors' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", require: false
  • Simple Modern JavaScript Using JavaScript Modules and Import Maps
    9 projects | news.ycombinator.com | 16 Feb 2023
  • A powerful search feature with what Rails provides out of the box
    6 projects | dev.to | 19 Jan 2023
    Also, installing StimulusReflex seems quite not easy for the moment: It seems there are some quirks along the way if you're using import-maps for managing javascript dependencies as I do. Embracing the Rails way at least prevents you from this sort of issue.
  • Stimulus MultiSelect
    3 projects | dev.to | 22 Nov 2022
    If you're using importmap-rails, you'll need to pin stimulus-multiselect:

vite_ruby

Posts with mentions or reviews of vite_ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-15.
  • Vite Ruby: Bringing joy to your front end experience
    1 project | news.ycombinator.com | 30 Nov 2023
  • Integrating Bun with Vite Ruby for Lightning-Fast Frontend Builds
    2 projects | dev.to | 15 Nov 2023
    With the recent release of Bun and its newfound support for Vite, coupled with Ruby on Rails 7.1 incorporating native support for Bun, developers can now enhance their web development workflow significantly. Here is the effortless process of enabling Bun for Vite Ruby, ultimately streamlining your front-end builds.
  • Rails Frontend Bundling - Which one should I choose?
    5 projects | dev.to | 22 May 2023
    Vite, in particular, ViteRuby is a solid option. It sits between ESBuild and Webpacker, and if you're looking at Webpacker, Vite may actually be a better option for you. It is a very solid option, and I've enjoyed using Vite personally.
  • Issues upgrading webpacker v5->6 (intermediate step to shakapacker)
    3 projects | /r/rails | 5 May 2023
  • All The Rails Asset Pipelines
    2 projects | /r/rails | 18 Jan 2023
    Yep. vite_rails (website/GitHub) is the way to go.
  • Setting up Svelte with Rails?
    1 project | /r/rails | 12 Nov 2022
    Use vite with https://vite-ruby.netlify.app/ if you don’t go the inertia route.
  • Setup Vite on Rails-7
    3 projects | dev.to | 20 Sep 2022
    --skip-javascript is necessary for avoiding conflicts on the next steps. In case of bootstrap/foundation-sites the asset pipeline is helpful so --skip-asset-pipeline is not applied.
  • Improve your frontend experience in Ruby with Vite.js;
    4 projects | /r/ruby | 11 Feb 2022
    Vite Ruby is an umbrella project with libraries that will allow you to easily integrate Vite at your favourite Ruby framework, such as Rails or Hanami, or a plain Rack app. If you are tired of waiting for webpack to compile, this project might be for you. ​ Vite.js in Ruby ## Why Vite? 🤔 Vite does not bundle your code during development, which means the dev server is extremely fast to start, and your changes will be updated instantly thanks to HMR. This is great when adjusting styles, or tweaking behavior in JS. In production, Vite bundles your code with tree-shaking, lazy-loading, and common chunk splitting out of the box, to achieve optimal loading performance. ## Why Vite in Ruby? 🤔 Vite is great on its own, but configuring it correctly to work for a Ruby app structure requires knowledge of its internals. By following existing Rails and Rack conventions, and adding a few of its own, it becomes possible for ⠀everyone to leverage Vite and its wonderful features! If you are curious about the difference, check this Jumpstart Rails template.
  • Webpacker Retired
    9 projects | /r/rails | 19 Jan 2022
    Vite Rails Docs
  • Autoreloading htmls in Browser with Rails 7
    2 projects | /r/rails | 3 Jan 2022
    It something that basically doesn't work properly since the birth of Rails, 15 years ago. For beginners, this is a big disappointment. You have to tweak Guard-livereload (tricky and not always working, as you mentionned), or try things like browserSync (also tricky, also not always working...) My advice so far : keep Sprockets, in order to have a nice integration with older gems. And completly remove the current js-bundling + importmaps. Instead, replace with the gem 'vite_rails' (repo here : https://github.com/ElMassimo/vite_ruby).

What are some alternatives?

When comparing importmap-rails and vite_ruby you can also consider the following projects:

jsbundling-rails - Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.

esbuild-rails - Esbuild Rails plugin

docker-rails-example - A production ready example Rails app that's using Docker and Docker Compose.

esbuilder - Integrate esbuild into Rails

esbuild-live-reload

Webpacker - Use Webpack to manage app-like JavaScript modules in Rails

webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

vite_rails - ⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience [Moved to: https://github.com/ElMassimo/vite_ruby]

sprockets-rails - Sprockets Rails integration

Tailwind CSS - A utility-first CSS framework for rapid UI development.