Is there a way to perform server side rendering of SVG graphics using React?
问题 I am using Highcharts and React for a project and need to support server side rendering for the SVG generated. Could someone suggest a way of doing it so that I get a static rendered page with images as png/jpg? The browser to be used for viewing rendered content does not support svg. Thanks. 回答1: You can render highcharts in react using the node module react-highcharts You may use the following for official documentation https://www.npmjs.com/package/react-highcharts You need to pass the