Is it viable to use Vue + Rails to make a Progressive Web App (PWA)?
I need a web + mobile app on PostgreSQL that has offline functionality so I decided on making a PWA.
There seems to be only 2 frameworks for making PWAs: Angular and Vue.
So I decided to use Vue, but it seems its preferred stack is: Node + Express + Sequelize
So does it mean I have to abandon my Rails app and convert it into that Node stack? Or can I still save it with Vue + Rails combo?
I was able to make a separate Vue mobile PWA client on https://surge.sh/ that connected to my Rails API on Vultr. It's so much easier than React or Preact.