Thursday, March 16, 2023
HomeColdFusionIncrementally Using Hotwire To An Existing ColdFusion Application

Incrementally Using Hotwire To An Existing ColdFusion Application


Over the previous couple of months, I have actually been discovering the Hotwire structure from Basecamp. Hotwire consists of making use of Turbo for boosted efficiency as well as Stimulation for vibrant communications. There is something really attracting concerning the Hotwire approach as well as the means it drives modern improvement. However, going down Hotwire right into a ColdFusion application isn’t smooth. Submit expansion constraints as well as kind handling reroutes, for instance, required at the very least some adjustments to the means you designer your Controller layer. I want to begin utilizing Hotwire on my ColdFusion blog site; however, I understand my code isn’t “Hotwire prepared”. Therefore, I wished to check out just how I can incrementally use Hotwire to my existing ColdFusion application.

Sight this code in my ColdFusion + Hotwire Demos task on GitHub

As I stated above, Hotwire isn’t “one point”, it’s an umbrella of innovations that interact to attempt as well as develop health spa (Single-Page Application)- like experiences in addition to MPAs (Multi-Page Application). Turbo consists of “Turbo Drive”, “Turbo Frames”, as well as “Turbo Streams”; as well as, functions to improve web page navigating, partial web page updates, as well as lazy-loaded web content. Stimulation is the specific JavaScript layer that includes vibrant interactivity to an offered component of the DOM (Paper Item Version).

RELATED ARTICLES

Most Popular

Recent Comments