-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it work for Web Components (native, Polymer)? #14
Comments
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: Polymer/polymer#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: |
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 |
It'd be nice if Web Components would be rendered.
The text was updated successfully, but these errors were encountered: