Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yogeshvas/all-about-next-js


https://github.com/yogeshvas/all-about-next-js

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

- [x] to create a next app

```
npx crate-next-app@latest
```

- [x] React Server Components
- [x] Routing

## Routing types

1. Simple
2. Nested /app/grp
3. Dynamic []
4. Nested Dynamic /products/[productid]/reiviews/[reviewid]
5. Nested Dynamic with params {params}
6. Nested Dynamic with params and query
7. Catch All Routes [...]

- [x] Custom 404 Page not-found.tsx
- [x] Private Folder \_name
- [x] Route Groups (auth)

- [x] Layouts
- [x] Group Layout