Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amannn/nextjs-compiled-messages
https://github.com/amannn/nextjs-compiled-messages
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amannn/nextjs-compiled-messages
- Owner: amannn
- Created: 2023-11-13T12:42:06.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T09:46:37.000Z (12 months ago)
- Last Synced: 2024-10-06T03:41:19.661Z (about 1 month ago)
- Language: TypeScript
- Size: 115 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs-compiled-messages
Routes:
- `/app/explicit` (App Router)
- `/app/implicit` (App Router)
- `/pages` (Pages Router)Relevant files:
- [`./src/app/app/explicit/page.tsx`](./src/app/app/explicit/page.tsx)
- [`./src/app/app/implicit/page.tsx`](./src/app/app/implicit/page.tsx)
- [`./src/pages/pages.tsx`](./src/pages/pages.tsx)