egoist / vue-content-loader

SVG component to create placeholder loading, like Facebook cards loading.

Home Page:https://create-content-loader.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render after mounted

egoist opened this issue · comments

Only render the component after mounted (so it only renders on client-side) will make it easier for SSR, my question is: do we need to render the component on server-side at all?

Hmm yes, because we would like render this component before mounted in some case.

I don’t see a real issue here nor a clear path to move forward.