fetching data from api in React Js failed
问题 i'm new in react js and i'm trying to fetch data from My API , which i can its result with POSTMAN , and it shows the data My problem is when i use the link :" http://localhost:51492/api/user/1 " in my react js app , data couldn't appear ... PS : je travail avec Code SandBox here is my code showing all the followers of a user : import React from "react"; import ReactDOM from "react-dom"; import "antd/dist/antd.css"; import { List, Avatar, Button, Spin } from "antd"; import PropTypes from