Server side rendering of React components
Using ReactDOM.renderToString on Highcharts React components does not work as Highcharts depends on the browser window. Other charting libraries such as Recharts support true server side rendering out of the box, which allows developers to create complex views containing charts and rendering PDF's out of them easily.
6
votes
Lars Åhman
shared this idea