Open KnowledgeGarden opened 6 years ago
What would this entail?
It's a shift from using Vue on the frontside and its templates and DOM manipulation, to roughly the equivalent of doing the same thing -- generating paintable HTML -- from the server. Java Servlets did that. It's explained here https://ssr.vuejs.org/
I experimented with this, data fetching is not as seamless as I'd like. Demo here: http://platodialogues.herokuapp.com/dialogue/crito/
Suggestions have been made that FW should shift to ServerSide Rendering. Some resources are:
https://quasar-framework.org/guide/ssr-configuring-ssr.html
https://vuejs.org/v2/guide/ssr.html
https://blog.feathersjs.com/tagged/server-side-rendering