Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smakosh/next-image-unsplash
Testing Next Image component with ISR
https://github.com/smakosh/next-image-unsplash
Last synced: about 14 hours 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T08:16:08.000Z (over 3 years ago)
- Last Synced: 2024-11-11T05:55:02.492Z (about 1 month ago)
- Language: TypeScript
- Homepage: next-image-unsplash.vercel.app
- Size: 145 KB
- Stars: 2
- Watchers: 4
- 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.