выходит, возможно стоит доки по языку почитать?
componentDidMount = async () => { axios.get('http://api.sherdes-studio.com/categories.php') .then(response => { this.setState({data: response.data}) }) .catch(error => { console.log(error); }); } как теперь циклом перебрать http://api.sherdes-studio.com/index.php?cat= {id} ???
Обсуждают сегодня