SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 0 C++

Enable synchronous state update dispatching behind a flag (#43580)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/43580

Changelog: [internal]

This introduces a new feature flag to commit state updates synchronously from the UI thread (generally) instead of dispatching them to the JS thread to be processed there. We can do this now because we introduced a UI consistency mechanism in D55024832 to JS would see a consistent revision during the execution of a specific task.

Reviewed By: sammy-SC

Differential Revision: D55083029

fbshipit-source-id: 8aa84ddaee383f098252fa679cfb07012ba29bf8
R
Rubén Norte committed
f446cf6464df2dc3c1f9e2e3ecaf962a59739ca4
Parent: 04562dd
Committed by Facebook GitHub Bot <[email protected]> on 3/25/2024, 4:50:21 PM