Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogeshvas/all-about-next-js
https://github.com/yogeshvas/all-about-next-js
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogeshvas/all-about-next-js
- Owner: yogeshvas
- Created: 2024-08-20T11:04:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T12:06:45.000Z (6 months ago)
- Last Synced: 2024-11-03T16:42:19.496Z (3 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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