Could we move the data fetching logic in the API routes to the page.tsx components to then pass any data down to the child components? I feel like they aren't needed since we can just mark page level components as async and do data fetching there from the backend
Could we move the data fetching logic in the API routes to the
page.tsxcomponents to then pass any data down to the child components? I feel like they aren't needed since we can just mark page level components as async and do data fetching there from the backend