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

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

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