An open API service indexing awesome lists of open source software.

https://github.com/diberry/nextjs-first-app


https://github.com/diberry/nextjs-first-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This is a starter template for [Learn Next.js](https://nextjs.org/learn).

Do Not Fetch an API Route from getStaticProps or getStaticPaths
You should not fetch an API Route from getStaticProps or getStaticPaths. Instead, write your server-side code directly in getStaticProps or getStaticPaths (or call a helper function).