Home:ALL Converter>React Native architecture about using threads? How multiple JS backend api calls managed in it?

React Native architecture about using threads? How multiple JS backend api calls managed in it?

Ask Time:2017-12-24T21:46:35         Author:Waqas Ahmed

Json Formatter

How react-native is managing threads?

How to achieve good performance without any jerking when executing multiple backend api calls?

Can i create my own threads? And do background tasks like backend api calls?

I have used apisauce with redux-saga so what happens if i execute many backend api calls simultaneously?

It blocks some times but sometimes app runs smooth.

Author:Waqas Ahmed,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/47961106/react-native-architecture-about-using-threads-how-multiple-js-backend-api-calls
yy