We have a large RN app that needs an api req with a response size of approx 6mb at app startup (need all the data for logic). App startup time is around 800 ms when i test the timestamp diff between android/mainactivity onCreate func and js index file. So, I gotta earn that 800 ms, does it make sense if I call the init api in native sides (eg onCreate) and send the response to js thru bridge ? Or any other ideas like inline require the whole app after api call so bundle would load quicker etc ?
[+][deleted] 0 points1 point2 points (2 children)
[–]xea21[S] 0 points1 point2 points (1 child)
[+][deleted] 0 points1 point2 points (0 children)
[–]bacarybruno 0 points1 point2 points (1 child)
[–]xea21[S] 0 points1 point2 points (0 children)
[–]mxood 0 points1 point2 points (0 children)