An open API service indexing awesome lists of open source software.

https://github.com/4l1c3-r4bb1t/estudos-nextjs

📚 Estudos sobre Next.js.
https://github.com/4l1c3-r4bb1t/estudos-nextjs

nextjs

Last synced: 16 days ago
JSON representation

📚 Estudos sobre Next.js.

Awesome Lists containing this project

README

          

### Sumário
🔸 [Introdução](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/introducao.md)
🔻 Fundamentos
    🔸 [App Router](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/approuter.md)
    🔸 [Link](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/link.md)
    🔸 [Server e Client Components](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/serverclient.md)
    🔸 [Fetch](https://github.com/4L1C3-R4BB1T/estudos-nextjs/blob/main/arquivos/fetch.md)

---

```bash
# Criar projeto
npx create-next-app@latest .

# Executar projeto
npm run dev
```

---

🔗 Links
* [Documentação](https://nextjs.org/docs)