- importmap-rails VS jsbundling-rails
- importmap-rails VS esbuilder
- importmap-rails VS esbuild-live-reload
- importmap-rails VS docker-rails-example
- importmap-rails VS esbuild-rails
- importmap-rails VS vite_ruby
- importmap-rails VS webpack
- importmap-rails VS import-maps
- importmap-rails VS TinyMCE
- importmap-rails VS Sorcery
Importmap-rails Alternatives
Similar projects and alternatives to importmap-rails
-
jsbundling-rails
Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.
-
-
Mergify
Automate your Pull Request with Mergify. Mergify is the most powerful merge queue tool that offers speculative checks, batch merges, and multiple queueing options. Coordinated with any CI and fully integrated to GitHub. Get started or request a demo!
-
vite_ruby
⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience
-
docker-rails-example
A production ready example Rails app that's using Docker and Docker Compose.
-
-
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
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.
-
TinyMCE
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
-
-
-
-
turbo
The speed of a single-page web application without having to write any JavaScript
-
-
railstart-niceadmin
Backend admin dashboard management system based on Bootstrap 5 and NiceAdmin and Rails 7
-
-
-
-
-
RailsAdmin
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
importmap-rails reviews and mentions
-
railstart-niceadmin support more features
- [importmap-rails](https://github.com/rails/importmap-rails)
-
Managing JS and CSS Assets in Rails 7
// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails import "@hotwired/turbo-rails" import "controllers" import "trix" import "@rails/actiontext" // Importing the home.js script here! import "./home" import LocalTime from "local-time" LocalTime.start()
-
Upgrading from Rails 6.x Webpacker to Rails 7 Importmaps
gem "rails", "~> 7.0.0" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" # Use postgresql as the database for Active Record gem "pg", "~> 1.1" # 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" # Use Tailwind CSS [https://github.com/rails/tailwindcss-rails] gem "tailwindcss-rails" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder" gem "redis", "~> 4.0"
-
What's New in Rails 7
Now, the default for new apps created with rails new is to use import maps through the importmaps-rails gem. Instead of writing a package.json and installing dependencies with npm or yarn, you use ./bin/importmap CLI to pin (or unpin or update) dependencies.
-
Rails 7 brings Import Maps into the limelight
rails / importmap-rails
-
A November of WTFs
It's good for other beginners: I'll avoid perpetuating a crushing expectation that beginners must understand everything right away. Also, other beginners might benefit from the solutions that I'm jotting down along with the struggles. Documentation might also improve as a result: just the other day I asked a very basic question about importmaps in the StimulusReflex Discord channel. (If you're not on there yet, (a) WHY, and (b) here's an invite.) Not only did I got a great answer to my question, but also it resulted in a helpful addition to the importmap-rails readme.
-
Live reloading with Ruby on Rails and esbuild
As you may have heard by now, Rails 7 comes out of the box with importmap-rails and the mighty Webpacker is no longer the default for new Rails applications.
-
dhh: Rails 7 will have three great answers to JavaScript in 2021+
believe its using https://github.com/rails/importmap-rails which mentions using an jspm.org API to resolve dependencies
- Rails 7 is removing Webpack in favor of import maps
- Rails 6 with Webpacker 6, Tailwind 2 with JIT, Postcss 8 and some default setup
- Importmap for Rails: Build Rails Applications Without Webpack, Yarn or NPM
Stats
rails/importmap-rails is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
Are you hiring? Post a new remote job listing for free.