It is new to respond, not 100% to how I should approach this relatively simple problem. I'm currently going to collect some images from Reddit that return these images to the "pImage" state.
Then these displayed images are displayed in the div 'content'. Normally, I would just go around this with a for loop, but is there a special way to handle it with a reaction?
componentDidMount: function() { var self = this; $.get(this.props.source, function(result) { var collection = result.data.children; if (this.isMounted()) { this.setState({
Try showing my current status: https://jsfiddle.net/69z2wepo/2327/
javascript reactjs
Starboy
source share