Are there any example repositories which incorporate some sort of api/backend/fetch example? I've been unable to get any of the following working on nextjs/pages:
- app directory with fetch
- pages directory getServerSideProps
- pages/api with edge untime
Example which does something more than static text would be helpful, does anything like this exist?