ReactJS Server side rendering used as template engine

184 Views Asked by At

I want to know if anyone came across ReactDOMServer.renderToStaticMarkup that outputs pure HTML?

Currently the function renderToStaticMarkup is merging together React elements which kinda makes my application slow.

0

There are 0 best solutions below