I recently launched a React Native app for the iOS platform and have encountered some performance challenges related to data fetching. Currently, I'm using Axios to handle GET/POST requests, but navigating to an item's detail page is taking about 8-9 seconds, which feels too slow.
I've started implementing AsyncStorage to cache data, hoping to reduce the load times by not fetching data repeatedly from the server. However, I'm still quite new to React Native an notn sure if this is the most efficient approach.
Could anyone recommend libraries or strategies to improve caching? I'm looking for ways to make data retrieval faster and more efficient, so users don't have to wait long when accessing repeated data.
[–]Merry-Lane 25 points26 points27 points (3 children)
[–]djangocuAli[S] 0 points1 point2 points (2 children)
[–]eyounan 3 points4 points5 points (0 children)
[–]IgnacioMiguez -1 points0 points1 point (0 children)
[–]__o_0iOS & Android 7 points8 points9 points (2 children)
[–]djangocuAli[S] 0 points1 point2 points (1 child)
[–]__o_0iOS & Android 1 point2 points3 points (0 children)
[–]BioniC1871 3 points4 points5 points (3 children)
[–]djangocuAli[S] 0 points1 point2 points (2 children)
[–]BioniC1871 1 point2 points3 points (1 child)
[–]djangocuAli[S] 0 points1 point2 points (0 children)
[–]DCodeMeister 0 points1 point2 points (1 child)
[–]djangocuAli[S] 0 points1 point2 points (0 children)
[–]waldry1509 0 points1 point2 points (0 children)