React renderToString() Performance and Caching React Components – SEO
I've noticed that the reactDOM.renderToString() method starts to slow down significantly when rendering a large component tree on the server. Background A bit of background. The system is a fully isomorphic stack. The highest level App component renders templates, pages,…