SSR Implementation with Vite-Ruby and Vue 3 #499
Unanswered
sarojdahal8848
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I’ve set up a Vue 3 app using Vite-Ruby along with a Ruby on Rails backend. I've also added Vue Router for client-side routing and Pinia for state management. I’m aiming to implement server-side rendering (SSR) for production without using libraries like Inertia.js.
Here’s what I’m trying to achieve:
Key Points I’m Looking For:
Any advice, examples, or tips from your experiences with SSR on Vue 3 using Vite-Ruby would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions