I am trying to build an application with large json data and sending get request every 7 seconds. So, both data size and frequency are high. Should i use swr
or axios with react hooks and setinterval
. I am using ag-grid and react-vis chart to display data.
There are 12 tables in every page with 30-100 rows. I am concerned about the performance issues.
I'm new to react. I need some suggestions deciding the libraries.