Next.js Discord

Discord Forum

Big API response. Slow. Any solutions?

Unanswered
Virginia's Warbler posted this in #help-forum
Open in Discord
Virginia's WarblerOP
This is my work so far: https://github.com/Ruslan-Aliyev/Next-Tailwind-Typescript/blob/master/src/app/page.tsx#L5
Im loading images from https://jsonplaceholder.typicode.com/photos , which contains a big response.
All the entries takes ages to load. (see screenshot). And when I click on any one of them, it waits for the whole list to load before moving onto the individual view.
Can anyone please share any solutions to this?

1 Reply

Virginia's WarblerOP
Hello, some help here please.
All I can think of is pagination. But is there anything other than that?