From 75f58dc84aa011a0aaedd8dcf5655df201942db0 Mon Sep 17 00:00:00 2001 From: Kalpesh Date: Thu, 7 Oct 2021 21:12:49 +0530 Subject: [PATCH] Added Next.js resource (#5924) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added Next.js resource * Update free-programming-books-langs.md Added another resource from free-courses-en.md * Update free-programming-books-langs.md * Update books/free-programming-books-langs.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: Eric Hellman Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-langs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 3b1970a32..2eac9b995 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -107,6 +107,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Ionic](#ionic) * [jQuery](#jquery) * [meteor](#meteor) + * [Next.js](#next.js) * [Node.js](#nodejs) * [Om](#om) * [React](#react) @@ -1211,6 +1212,12 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/) +#### Next.js + +* [Mastering Next.js](https://masteringnextjs.com) +* [The Next.js Handbook](https://flaviocopes.com/page/nextjs-handbook/) - Flavio Copes (HTML, PDF) *(email required for PDF)* + + #### Node.js * [An Introduction to libuv](https://nikhilm.github.io/uvbook/) - Nikhil Marathe ([PDF](http://nikhilm.github.io/uvbook/An%20Introduction%20to%20libuv.pdf) - [ePub](http://nikhilm.github.io/uvbook/An%20Introduction%20to%20libuv.epub))