Using Stimulus.js, Rails 6, and rails-ujs to create a commenting system without page turns, including styling with Tailwind.css
This guide covers the options for integrating JavaScript functionality into your Rails application, including the options you have for using external JavaScript packages and how to use Turbo with Rails.After reading this guide, you will know: How to use Rails without the need for a Node.js, Yarn, or a JavaScript bundler. How to create a new Rails application using import maps, Bun, esbuild, Rollup, or Webpack to bundle your JavaScript. What Turbo is, and how to use it. How to use the Turbo HTML helpers provided by Rails.
Using Stimulus.js, Rails 6, and rails-ujs to create a commenting system without page turns, including styling with Tailwind.css
Let's take the frontend Rails experience to the next level. Instant page transitions, components, and Stimulus!
The Asset Pipeline, Sprockets, Webpacker, importmaps, and more. Over the years, Rails used different solutions to manage assets, let's go back in time to make sense of it.
React Server Components, while innovative, risk causing division in the React community due to their potential to undermine Single-Page App architecture.
Using Stimulus.js and Rails 6 to build a search form that filters results while you type
How to make AJAX calls in Rails 5.1 with or without jQuery
Hi, I'm Francisco and I'm a software engineer that does computer stuff.
A step by step tutorial for creating a chat application from scratch using Rails and WebSockets (ActionCable).