Meteor1.3 + React + Highchart?

I started exploring Meteor 1.3 (beta.5) and trying to use react optimized npm highchart package called kirjs/react-highcharts (https://github.com/kirjs/react-highcharts).

However I couldn’t successfully display highchart graph on my page. For example, how do you translate code below into meteor 1.3 way?

var config = {
/* HighchartsConfig */
};
React.render(, document.body);

Your help would be really appreciated.