From 0445eb786cd41ed34b3129887d24be8e9a5154ec Mon Sep 17 00:00:00 2001 From: annahlu4 <115571788+annahlu4@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:29:28 -0400 Subject: [PATCH] Add Next.js Cheatsheet - handy snippets and tips (#8252) --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 533b23348..ddd8d328d 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -225,6 +225,7 @@ #### Next.js +* [Next.js Cheatsheet - handy snippets and tips](https://gourav.io/blog/nextjs-cheatsheet) - Gourav Goyal (HTML) * [Ultimate Next.js Handbook](https://thevalleyofcode.pages.dev/next-handbook.pdf) - Flavio Copes, The Valley of Code (PDF)