From d0dd835073199ae14d8807ea9bcbce7ead143eca Mon Sep 17 00:00:00 2001 From: Urak <33769257+UrakFerraz@users.noreply.github.com> Date: Thu, 12 Oct 2023 22:08:35 -0300 Subject: [PATCH] add first portuguese Next.js course (#10212) --- books/free-programming-books-pt_BR.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-pt_BR.md b/books/free-programming-books-pt_BR.md index db9ec4355..e321b489f 100644 --- a/books/free-programming-books-pt_BR.md +++ b/books/free-programming-books-pt_BR.md @@ -36,6 +36,7 @@ * [jQuery](#jquery) * [Knockout.js](#knockoutjs) * [Meteor](#meteor) + * [Next.js](#nextjs) * [Node.js](#nodejs) * [React](#react) * [Vue.js](#vuejs) @@ -300,6 +301,11 @@ * [Tudo sobre Meteor](https://udgwebdev.github.io/meteor/) +#### Next.js + +* [O manual do Next.js para iniciantes](https://www.freecodecamp.org/portuguese/news/o-manual-do-next-js-para-iniciantes/) - freeCodeCamp + + #### Node.js * [Aplicações web real-time com Node.js](https://github.com/caio-ribeiro-pereira/livro-nodejs) - Caio Ribeiro Pereira