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

https://github.com/augustoscher/nextjs-exercises

NextJs 13 project for studying purpose
https://github.com/augustoscher/nextjs-exercises

nextjs vercel

Last synced: 2 months ago
JSON representation

NextJs 13 project for studying purpose

Awesome Lists containing this project

README

          

Next.JS exercises

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

## Study

- Server components (App directory)
- Routing and Data Fetching with server components
- Hybrid pages (client and server components)
- Authentication/Authorization