DEV Community

Discussion on: Setting up a new Rails 7 app with Vite, Inertia, and Svelte

Collapse
 
chmich profile image
Christian Sedlmair • Edited

I had to combine the old ujs and i'm using Hotwired on Vite. Here's how i integreated it all together: Setup Vite, Svelte, Inertia, Stimulus, Bootstrap / Foundation on Rails-7. On the parts Svelte and Inertia it references back to this Tutorial.