https://github.com/refcell/hello-next
Next.js Playground
https://github.com/refcell/hello-next
Last synced: 12 months ago
JSON representation
Next.js Playground
- Host: GitHub
- URL: https://github.com/refcell/hello-next
- Owner: refcell
- Created: 2019-09-21T22:29:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:00:45.000Z (about 3 years ago)
- Last Synced: 2025-01-03T17:34:53.770Z (about 1 year ago)
- Language: JavaScript
- Size: 2.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Next.js Playground
## File Structure
- :file_folder: ./
- :file_folder: components
- :page_facing_up: DynamicComponentNoSSR.js -> dynamic client-side rendering
- :page_facing_up: Header.js -> server-side rendering
- :page_facing_up: MyLayout.js -> server-side rendering
- :file_folder: pages
- :page_facing_up: index.js -> pre-rendering + AMP Hybrid
- :page_facing_up: about.js -> pre-rendering + AMP Hybrid
- :page_facing_up: dashboard.js -> client-side rendering
- :file_folder: p
- :page_facing_up: [id].js -> server-side rendering