Flashcard
React Native Threading Model
React Native distributes work across the JS thread, native UI thread, and a background shadow thread for layout.
Question
What are the main threads in React Native and what does each do?
Click to reveal answer
React Native distributes work across the JS thread, native UI thread, and a background shadow thread for layout.
What are the main threads in React Native and what does each do?