Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajgadev/nextjs-dashboard-learn
Testing nextjs 14
https://github.com/ajgadev/nextjs-dashboard-learn
Last synced: about 1 month ago
JSON representation
Testing nextjs 14
- Host: GitHub
- URL: https://github.com/ajgadev/nextjs-dashboard-learn
- Owner: ajgadev
- Created: 2023-11-12T09:25:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T09:26:57.000Z (about 1 year ago)
- Last Synced: 2024-05-04T13:35:38.424Z (8 months ago)
- Language: TypeScript
- Size: 946 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next.js App Router Course - Starter
This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.
For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.
## Learning Notes
- Checking the literal templates with sql memes
- Learning about the html streaming was cool, putting into suspense components with slow data load.
- The load of multiple fonts and I didn't know the css modules load.
- Learning more about the app router, having the page, layout and loading components.