Wow Dave, I expected from you today with advanced topics of Next JS, I keep striving in progress to emerge into new technologies further because of your amazeful teaching for the aspirants❤🎉
In my experience, fetching all the data and paginating on the frontend is not an efficient approach especially for large amount of data. Instead, we should implement pagination directly at the database level.
That could be true for some projects. Not the case for this one. You're not going to have thousands of open tickets or at least they shouldn't. Otherwise, you are getting search results. React Table is designed to receive whatever results the query provides and then apply pagination if desired. Simply one approach. There is no one specific correct way or answer. It always depends on the project and the requirements.
‘You could possibly create a course for TanStack Table’ - Please do, Dave! There’s hardly any good videos of your quality on this subject matter. Also include server-side pagination. I agree it is not needed here, but would love an example.
Use the code "davegray" for 3 months free on the Team plan of Sentry for any new accounts: bit.ly/try-sentry-dg
Wow Dave, I expected from you today with advanced topics of Next JS, I keep striving in progress to emerge into new technologies further because of your amazeful teaching for the aspirants❤🎉
Glad to hear that!
Awesome tutorial Dave. Thanks.
You're welcome! Glad you enjoyed it!
Thank you sir
Amazing lecture!!
You're welcome! 🙌
In my experience, fetching all the data and paginating on the frontend is not an efficient approach especially for large amount of data. Instead, we should implement pagination directly at the database level.
That could be true for some projects. Not the case for this one. You're not going to have thousands of open tickets or at least they shouldn't. Otherwise, you are getting search results. React Table is designed to receive whatever results the query provides and then apply pagination if desired. Simply one approach. There is no one specific correct way or answer. It always depends on the project and the requirements.
thank you dave🙏
You're welcome!
❤❤❤❤
‘You could possibly create a course for TanStack Table’ - Please do, Dave! There’s hardly any good videos of your quality on this subject matter. Also include server-side pagination. I agree it is not needed here, but would love an example.