Skip to content

Instantly share code, notes, and snippets.

@jthegedus
Created May 25, 2020 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jthegedus/1867526837bebf4be21ccfdc3ed98697 to your computer and use it in GitHub Desktop.
Save jthegedus/1867526837bebf4be21ccfdc3ed98697 to your computer and use it in GitHub Desktop.
github.com/jthegedus/firebase-gcp-examples/tree/master/functions-nextjs
┌ ○ / <-- static
├ ○ /404 <-- static
├ ● /about <-- SSG page
├ λ /blog <-- SSR page
├ ● /blog/[pid] <-- SSG dynamic route with fallback:true
└ ○ /blog/not-a-post <-- static
+ First Load JS shared by all
├ static/pages/_app.js
├ chunks/commons.some_uid.js
├ chunks/framework.some_uid.js
├ runtime/main.some_uid.js
└ runtime/webpack.some_uid.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment