DEV Community

Discussion on: Choosing tech stack for side project

Collapse
 
petezahad profile image
Mathias Stocker

Hotwire was mentioned. It is a great tool for creating SPAs without the need of writing any JS.

hotwired.dev/
turbo.hotwired.dev/

If you use Hotwire and still want to write JS, have a look at Stimulus:

stimulus.hotwired.dev/