Netlify On-Demand Builders vs SSG on a NextJS app
This is a Proof-of-Concept.
This PoC compares 2 deployment strategies with NextJS.
- Fully SSG on Netlify (
ssg
branch) - Using On-Demand Builders for all dynamic routes (
main
branch)
On-Demand Builder
Fully Static Generated
- Clone the
ssg
of this repository
git clone -b ssg https://github.com/atilafassina/poke-index
- Add to your Netlify account, or use the Netlify CLI to deploy it
- Data in this app is coming from PokéAPI