Added Next.js resource (#5924)

* 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 <eric@hellman.net>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
This commit is contained in:
Kalpesh 2021-10-07 21:12:49 +05:30 committed by GitHub
parent c93d994562
commit 75f58dc84a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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 Beginners 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))