Pregunta de entrevista de BigBinary

Explain the different threads in ReactNative

Respuesta de la entrevista

Anónimo

24 dic 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