Component { // State of your application state = { restaurants: [], error: null, }; // Fetch your restaurants immediately after the component is mounted ...
確定! 回上一頁