I have a React app like this.
var X = React.createClass({ componentDidMount: function() { fetch(this.props.feed).then(...); } render: function() {
You can just pass your data when mounting the component like so: