Question d’entretien chez BigBinary

Explain the different threads in ReactNative

Réponse à la question d'entretien

Utilisateur anonyme

24 déc. 2023

1. Main/UI thread: The UI of the application runs on this thread. 2. Shadow thread: A background thread where the layout is created using the react library in react native. 3. JS thread: The JS code runs on this thread