I'm on the NextJS stack, so my React app ships with my backend in Netlify. I also am re-evaluating just deploying everything to my Kubernetes cluster (currently only background jobs) depending on the project.
Ah got it. Yep SSR is definitely not something Reflame can support for now.
I do hope to figure something out for backend development eventually though, since I'm actually constantly feeling the pain of lacking a similar feedback loop for backend dev (Reflame is actually 90%+ backend by LOC and time spent haha...).
Yeah when you get state involved (e.g. database migrations), this is even harder. But if I was deploying backend and frontend separately I would definitely love using Reflame.
Mind me asking what you're using to deploy web apps today? And what you feel Reflame is missing? Wanted to make sure I get those on my roadmap. :)