An open API service indexing awesome lists of open source software.

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

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