Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.