Why use react-table?
I dont get it totally with react-table and querying data. React-tables power is dealing with data (sorting columns etc) that is bigger than like 1 page of data right? Then what is the benefits of using it if you only fetch one page at a time? A bit confused around fetching data sizes with react-query react-table etc
Right now our database works with around 3000 rows in different tables. Its amazing to use react-query and react-table to sort/paginate etc. But its just a dream right?
0 Replies