server-side-rendering

How do I get FastAPI to do SSR for Vue 3?

How do I get FastAPI to do SSR for Vue 3? Question: According to this documentation for Vue’s SSR, it is possible to use node.js to render an app and return it using an express server. Is is possible to do the same with FastAPI? Or is using Jinja2 templates or SPA the only solution? …

Total answers: 1

Vue is missing server side rendered DOM, doubling it and throwing hydration node mismatch

Vue is missing server side rendered DOM, doubling it and throwing hydration node mismatch Question: browser build and python (flask) backend. As far as I understand everything should work, the DOM is identical in both and doesn’t change after that, but vue ignores the server-side rendered DOM and generates it from scratch. What surprises me …

Total answers: 2