Pergunta de entrevista da empresa BigBinary

Explain the different threads in ReactNative

Resposta da entrevista

Sigiloso

24 de dez. de 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