Does Compose Web have something similar to renderT...
# compose-web
t
Does Compose Web have something similar to renderToString() from React, or way of easily creating one? I need it for server side rendering
b
CfW doesn't have a jvm binary anyways so you simply cannot use it for SSR
And nodejs won't work either due to missing dom apis
t
Ah, I didn't know there were missing DOM apis on node.js, thank you. I was gonna use it with an express server
b
Yeh, react on ssr ship with their own mock dom