From d3cf052e5903f85d0257fde6a4405788ddf6ebe1 Mon Sep 17 00:00:00 2001 From: rwlc <83243777+rwlc@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:43:44 +0530 Subject: [PATCH] feat: add new resource for next.js (#7631) * feat: add new resource for next.js * fix: update title and author * fix: alphabetical order * fix: line spacing --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index c2ff7491a..8d4bd0714 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1242,6 +1242,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE #### Next.js +* [Learn Next.js](https://nextjs.org/learn) - Vercel Inc. * [Mastering Next.js](https://masteringnextjs.com) * [Next.js Crash Course 2021](https://www.youtube.com/watch?v=mTz0GXj8NN0) - Brad Traversy (Traversy Media) * [The Next.js Handbook](https://flaviocopes.com/page/nextjs-handbook/) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*