We have APIs written in the back end(Flask) and are being consumed by front end (React JS). In the back end, we are merging CSV files using pandas, so after merging all the CSVs we have around 1 million records that we need to give to the FE to show it to the end user.
So what are the various ways here to give such huge data to front end and how front end can send that data back to back end after user updates the data. We have web application deployed on GCP app engine. Any help would be highly appreciated. Thanks!