https://github.com/diberry/nextjs-first-app
https://github.com/diberry/nextjs-first-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/diberry/nextjs-first-app
- Owner: diberry
- Created: 2022-01-31T23:48:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T23:48:51.000Z (over 4 years ago)
- Last Synced: 2024-10-06T09:42:03.651Z (over 1 year ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).