SSENSE/vue-carousel

Feature request: Real SSR support

Open

#192 建立於 2018年4月26日

在 GitHub 查看
 (13 留言) (19 反應) (0 負責人)JavaScript (513 fork)batch import
featurehelp wantedroadmap

倉庫指標

Star
 (1,705 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Hey all!

Issue

Currently, only the navigation arrows are rendered on SSR-side. (See #191) This means all information inside the slider must be rendered by the client. SSR should me mature enough to render the whole slider as well (except eventlisteners and DOM manipulation through document or window).

Feature Request

As SSR is increasing in popularity (10k stars for nuxt.js is pretty awesome!), the carousel should support it as well and as good as possible by rendering at least all information.

Related

#81

貢獻者指南