ganeshmani / cloudnweb-comments

This Repo is a comment section for my blog cloudnweb.dev
0 stars 0 forks source link

Implementing React table pagination handling one million records #11

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Implementing React table pagination handling one million records

Have you ever faces a situation where you react application stuck with a loading state or slow when the data starts to grow?. Well, Most of us would have faced this scenario in our work. Here, we will see how to solve it using react table pagination on the server-side to handle one million records.

https://cloudnweb.dev/2021/06/react-table-pagination/

andry-pebrianto commented 2 years ago

Thanks for sharing.

chaczyk113 commented 2 years ago

Since v7 it's the most frustrating library I've ever used