1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-07 08:40:48 +00:00

Added Next.js and "Mastering Next.js" course (#4497)

* Added Next.js and "Mastering Next.js" course

* spaces

* no trailing slash
This commit is contained in:
Facundo Giuliani 2020-10-20 21:52:20 -03:00 committed by GitHub
parent 1c164e9cd5
commit b39afc37bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
* [JavaScript](#javascript) * [JavaScript](#javascript)
* [Angular.js](#angularjs) * [Angular.js](#angularjs)
* [jQuery](#jquery) * [jQuery](#jquery)
* [Next.js](#nextjs)
* [NodeJS](#nodejs) * [NodeJS](#nodejs)
* [React](#react) * [React](#react)
* [React Native](#react-native) * [React Native](#react-native)
@ -311,6 +312,11 @@
* [Introduction to JQuery](https://www.udacity.com/course/intro-to-jquery--ud245) (Udacity) * [Introduction to JQuery](https://www.udacity.com/course/intro-to-jquery--ud245) (Udacity)
#### Next.js
* [Mastering Next.js](https://masteringnextjs.com)
#### NodeJS #### NodeJS
* [Beginner's Series to: Node.js](https://youtube.com/playlist?list=PLlrxD0HtieHje-_287YJKhY8tDeSItwtg) - Microsoft Developer (YouTube) * [Beginner's Series to: Node.js](https://youtube.com/playlist?list=PLlrxD0HtieHje-_287YJKhY8tDeSItwtg) - Microsoft Developer (YouTube)