2. Make a call to the API endpoint in your React component# · ('http://localhost:3002/posts') ·.then((res) => res.json()) ·.then((result) => { · // we received ...
確定! 回上一頁