My current project involves the development of a mobile app where I am retrieving data from a REST GET call.
Everything is running smoothly. However, I would greatly appreciate expert advice on how to seamlessly re-render this data if the user decides to reload the page. What would be the most effective way to handle this particular scenario? Caching or storage options are not viable in this case due to the sensitive nature of the data.
I am looking for insights from experts. Can anyone offer their opinion?