🎄Day 12 - Next.js: Generate static pages

Опубликовано: 16 Июнь 2026
на канале: Jon Meyers
723
18

In this video we look at moving our client side API requests to the `getStaticProps` function - provided by Next.js - to generate static pages that already include our Pokemon data.


This means we can make all those requests once when we build a new version of our app, and bake those results into a static HTML page, which is much faster for our users!


Poke API: https://pokeapi.co/

Twitter:   / jonmeyers_io  

Repo: https://github.com/dijonmusters/e-com...