DEV Community

Discussion on: Choosing tech stack for side project

Collapse
 
intermundos profile image
intermundos

Vue 3 front if SPA needed. If SSR/SEO Astro.js.

Backend Directus for almost every need. If performance is the key, Rust.

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/