Next.js Discord

Discord Forum

Load more Pagination

Unanswered
Chestnut-backed Chickadee posted this in #help-forum
Open in Discord
Avatar
Chestnut-backed ChickadeeOP
How can I achieve a 'load more' button to load additional items from the server(SSR)? I used React's useState, but once I go to the next page and come back again, I need to click 'load more' to view the data. How can I achieve this?

2 Replies

Avatar
DirtyCajunRice | AppDir
can try out server actions or query params
Avatar
Chestnut-backed ChickadeeOP
server actions is experimental and query params not possible becuase i need old data also