Тема
:
Не получаю данные из node в react
Показать сообщение отдельно
#
3
(
permalink
)
19.05.2023, 09:41
riaron86
Аспирант
Регистрация: 27.11.2021
Сообщений: 78
React.useEffect(() => {
fetch('http://localhost:3001/api')
.then((res) => res.json())
.then((data) => setData(data.message));
}, []);
пишет failed to fetch