jrowlingson / stencil-tailwind

TailwindCSS plugin for Stencil
https://www.npmjs.com/package/stencil-tailwind
MIT License
41 stars 9 forks source link

SSR with prerender #6

Open patrickhaug opened 3 years ago

patrickhaug commented 3 years ago

Nice lib, what is your approach for prerendering an app?

patrickhaug commented 3 years ago

It seems stencil does not invoke style in prerendering / hydrate. What do you think about patching render in the plugin and writing a style tag on the component?

jrowlingson commented 3 years ago

@patrickhaug I think that is an approach that could work. Feel free to submit a PR. :+1: