Next.js Discord

Discord Forum

Table question

Unanswered
Sloughi posted this in #help-forum
Open in Discord
SloughiOP
Hello,

I am a beginner currently going through the nextjs tutorial and on this page: https://nextjs.org/learn/dashboard-app/adding-search-and-pagination, it recommends using suspense and url params to handle table state, instead of using client state.

Is it best practice in the present to avoid tables like https://tanstack.com/table/latest because they rely on 'use client' at the top? Should I make my own table if all I need is pagination, filtering, and sorting?

Thanks

0 Replies