NextJS Image Gallery
StaticDynamicISR
Topics
Search
This page fteches data client-side. inorder to not leak API credentials, the request is sent to a NextJS route handler that runs on the server. this then fetches the data from the Unsplash API and returns it to the client.