https://github.com/smakosh/next-image-unsplash
Testing Next Image component with ISR
https://github.com/smakosh/next-image-unsplash
Last synced: 13 days ago
JSON representation
Testing Next Image component with ISR
- Host: GitHub
- URL: https://github.com/smakosh/next-image-unsplash
- Owner: smakosh
- Created: 2020-10-28T00:15:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T08:16:08.000Z (over 4 years ago)
- Last Synced: 2025-05-29T22:39:38.602Z (4 months ago)
- Language: TypeScript
- Homepage: next-image-unsplash.vercel.app
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next js Unsplash demo
- `/` Fetches your collections from Unsplash during build time using `getStaticProps`
- `/collection/[id]` Incrementally generates the page upon a visit by anyone, read more about [ISR](https://vercel.com/docs/next.js/incremental-static-regeneration) and also fetches that specific collection's photos.