App behavior on an offline device

I have an app that is loading some data from an API to show on the initial screen, I’ve noticed that even though I turn off WiFi/Mobile data on device and start the app the data is still present and somehow “loads”.

Where does this caching functionality come from? I understand that some assets could be cached like images but… network requests (via Axios)?

Thank you.

Um, thanks, though that’s not exactly what I’m asking :).

My app seems to somehow cache network requests (from my API) on it’s own (I do not use that library or any other similar). I’m just curious where does this built in functionality come from and is there a way to control it.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.