Hotwire: Reactive Rails with No JavaScript?

Take a deep dive into building reactive Rails applications with Hotwire Turbo and only a pinch of custom JavaScript. This article compliments the RailsConf 2021 talk by Vladimir Dementyev. Read more

Similar

When the use of JavaScript is justified

JavaScript is a controversial topic, especially in privacy and open source circles. That’s because JavaScript is often used to execute code on website visitors' devices that does things that aren’t so cool. For example, tracking users across the entire In... (more…)

Read more »

JavaScript Comma Operator

(на русском, 日本)   Let’s begin with a funny tweet: The ‘c’ at the end is for the lowly comma operator. Last in the line of operator precedence and rarely documented, the comm…...

Read more »