Skip to content

Proof-of-Concept: Netlify On-Demand Builders vs SSG on a NextJS app

Notifications You must be signed in to change notification settings

smashingmagazine/poke-index

 
 

Repository files navigation

PokéIndex

Netlify On-Demand Builders vs SSG on a NextJS app

Netlify Status

This is a Proof-of-Concept.

Same app, 2 deploys 📖

This PoC compares 2 deployment strategies with NextJS.

  1. Fully SSG on Netlify (ssg branch)
  2. Using On-Demand Builders for all dynamic routes (main branch)

Deploy your own 🍴

On-Demand Builder

Deploy to Netlify

Fully Static Generated

  1. Clone the ssg of this repository
git clone -b ssg https://github.com/atilafassina/poke-index
  1. Add to your Netlify account, or use the Netlify CLI to deploy it

Also check 🏆

  • Data in this app is coming from PokéAPI

About

Proof-of-Concept: Netlify On-Demand Builders vs SSG on a NextJS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.6%
  • CSS 25.4%