Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 977 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 977 Bytes

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