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: 13 days ago
JSON representation

Testing Next Image component with ISR

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.