Created
June 29, 2022 17:41
-
-
Save domosedov/f5eb0c701d61535f24ce5b1c12535ac8 to your computer and use it in GitHub Desktop.
Next.JS Tips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const isFirstServerCall = req?.url?.indexOf('/_next/data/') === -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment