mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Updated docs for next
This commit is contained in:
@@ -19,7 +19,7 @@ generate the static image (frame) that the user will see on the screen
|
||||
for that interval. If you are unable to do the work necessary to
|
||||
generate that frame within the allotted 16.67ms, then you will "drop a
|
||||
frame" and the UI will appear unresponsive.</p><p>Now to confuse the matter a little bit, open up the developer menu in
|
||||
your app and toggle <code>Show FPS Monitor</code>. You will notice that there are
|
||||
your app and toggle <code>Show Perf Monitor</code>. You will notice that there are
|
||||
two different frame rates.</p><h4><a class="anchor" name="javascript-frame-rate"></a>JavaScript frame rate <a class="hash-link" href="docs/performance.html#javascript-frame-rate">#</a></h4><p>For most React Native applications, your business logic will run on the
|
||||
JavaScript thread. This is where your React application lives, API calls
|
||||
are made, touch events are processed, etc... Updates to native-backed
|
||||
|
||||
Reference in New Issue
Block a user