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