NextJS Image Gallery
StaticDynamicISR
Topics
Search

This is a smaple project to showcase and learn the newNextJS 13 app directory and its fetures, including:

  • static and dynamic server-side rendering
  • incremental static regeneration
  • client-side rendering
  • route handlers (API endpoints)
  • meta-data API
  • and more

every page uses a different approach tofetching and caching daata. click the links in the nav bar to try them out.

Note: In order to load data on this site, you need to get a free API key from Unsplash and add it to your .env.localfile as UNSPLASH_ACCESS_KEY

Unsplash has a free quota of 50 requests per hour so you might start getting errors if you try too often.