March 2025
March 4, 2025
🔗 Updating a rails view component with hotwire (#). This is a good pattern for wrapping a rails view partial with a light class to enable more easily updating them with Hotwire.
March 31, 2025
🔗 How to import any JS library without a build system (#). I often come across an NPM module and want to import it into an app I’m building which does not make use of a javascript build. It’s quite tricky! This article breaks down the complete set of options for doing this. And when that fails we can bundle a single NPM module.