Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
componentDidMount(){ fetch(`https://bank.gov.ua/NBUStatService/v1/statdirectory/exchange?json`) .then(res => res.json()) .then( (result) => { this.setState({ items: result }) } ) }