Replace Webpacker with importmapped Hotwire as default JavaScript setup

A default Rails skeleton should not have to require the full JavaScript toolchain with Webpack by default. Let's start with an importmapped Hotwire, then make it easy to go from there to Webpac… Read more

Similar

JavaScript const

const in JavaScript Topics covered in this video: * What is const (constants)? * What they are used for? * The let keyword behavior vs the const keyword beha... (more…)

Read more »