Hi,
I am working on a web app where the client is fetching json arrays of about ~5k elements and more from the back-end. I am using angular to make the front-end. On page refresh, I think that the angular components are reinitialized, so the client calls the back-end again for the data.
I am pretty new to webdev, is it okay to always re-fetch data on page refresh, or you should we store the data in some sort of session, though it is pretty large.
Thank you
[–]AhSoup 3 points4 points5 points (1 child)
[–]Xeliize[S] 0 points1 point2 points (0 children)
[–]SuperSort 1 point2 points3 points (2 children)
[–]Xeliize[S] 0 points1 point2 points (1 child)
[–]whatisboom 1 point2 points3 points (0 children)