Make the HTTP call in the React component and handle the response. fetch("/users").then(response => response.json());. Looks simple enough.
確定! 回上一頁