https://github.com/refcell/next-playground
Next.js, Apollo, Typescript, React Playground for reliable data and rendering applications
https://github.com/refcell/next-playground
Last synced: 9 months ago
JSON representation
Next.js, Apollo, Typescript, React Playground for reliable data and rendering applications
- Host: GitHub
- URL: https://github.com/refcell/next-playground
- Owner: refcell
- Created: 2019-09-22T19:31:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:52:48.000Z (about 3 years ago)
- Last Synced: 2025-05-07T03:07:21.575Z (9 months ago)
- Language: JavaScript
- Size: 1.79 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js and Apollo 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