chris-visser / meteor-vue-admin

A fully functional Meteor + Vue admin system with Meteor account integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excuse me, this is SSR?

thearabbit opened this issue · comments

Excuse me, this is Vue+Meteor SSR?
Which one better SSR Vs CSR

For dashboard systems that don't have a public facing area I would say CSR. There are some use-cases though where you would want CSR on dashboard systems. For example to make older screenreaders work or to show initial loading states.

In most cases SSR is mostly a SEO thing. That's why this dashboard is not SSR, but the other boilerplates are.

thanks for explain, but I am a bit understand.