DEV Community

Discussion on: Choosing tech stack for side project

Collapse
 
tomekskupinski profile image
Tomek Skupiński

Good point. The thing with Hotwire is that we already use it to build some views at my work. I haven't got space to work with, but I have some good examples on how to integrate it correctly.

I'm still going to just build simple HTML server rendered views in the beginning and then try to add some upgrades using Stimulus and Hotwire to make user experience better, but this assumes I'll already have something working.