prep
prep copied to clipboard
Does it work for Web Components (native, Polymer)?
It'd be nice if Web Components would be rendered.
I suppose yes, it is based on headless chrome
I think it is more complicated than that. Shadow DOM is the biggest issue if I'm not mistaken. Look into this: https://github.com/skatejs/ssr/blob/master/README.md and this: https://github.com/Polymer/polymer/issues/3955
I don't think SSR for web components is fully possible yet.
@motss do you have example of small website with components? I would like to run some tests
@stereobooster, here are two examples with web components: https://github.com/Polymer/shop
https://github.com/PolymerElements/polymer-starter-kit
Still, haven't a chance to look into it. As far as I understand you can prerender Shadow DOM to actual DOM, like rendertron does, but to there is no easy way to prerender and rehydrate. Skate.js, for example, prerenders shadow dom and serializes it to JS