Hotwire in Action 🚀

Hotwire in Action 🚀

·

2 min read

Hotwire.dev

Hotwire is a new and perfect tool to build a "just enough" or modest front-end stuff by sending HTML over the wire without using much Javascript 🥳 . In fact, one of the Hotwire stack, StimulusJS is already wide-used by many awesome project and website since it debut. The most important thing about Hotwire is we can use it in any language or backend tool, not specifically for Rails. Either Go, Php, Django, Hotwire can build with it 🔥. Cool right.

Hotwire ship with 3 main tools 🛠 (StimulusReflex is a great combination tho) ;

Hotwire Stack

✅ Turbo

✅ Stimulus

✅ Strada (soon)

✅ StimulusReflex

Here, I create a list of awesome Open source applications, and websites that use Hotwire in Action. For example ;

website

open-source

  • annict - The platform for anime addicts built with Rails and Stimulus.js.
  • boxdrop - Dropbox Clone built with StimulusReflex
  • chat-hotwire-go - This is a simple chat app that shows how to use Go with Hotwire.
  • hnpwa-app - An implementation of the Hacker News PWA with Rails + Stimulus
  • hotwire-demo-chat-in-springboot - Convert the demo video in Hotwire launch from Ruby to SpringBoot
  • hotwire-django - Meta package to combine turbo-django and stimulus-django
  • hotwire-go-example - The hotwire demo chat written in Golang
  • phoenix-hotwire-demo-chat - This is a Phoenix port of hotwired/hotwire-rails-demo-chat.
  • and many more 🔥

What do you waiting for ???

Here we go 🚀.