.then( planet => this.setState({ loading: false, planet }), error => this.setState({ loading: false, error }) );