Posts Tagged: javascript
-
Bridging the Gap: Integrating Modern HMR into Old Rails Apps
Learn how to modernize your legacy Ruby on Rails application's frontend workflow by integrating Hot Module Replacement (HMR) using Vite Ruby to boost productivity.
-
Lazy-Loading Frontend Components in a Rails Inertia.js Architecture
How to implement code splitting and lazy loading in a Ruby on Rails application using Inertia.js to improve frontend performance.
-
Moving from Sprockets to a Modern Frontend in Ruby on Rails
A detailed guide for engineering leaders on migrating from the legacy Sprockets asset pipeline to modern frontend build systems like Esbuild, Vite, or Import Maps in Ruby on Rails.