useSubscription
and useMutableSource
1 tearing and deopt behavior.
Mounting a new tree
The tree below represents a React application mounting. During mount, two components read from an external, mutable source. The first one (List
) reads version 1 of that data and the second one (Item
) reads version 2.
Deopt
useSubscription
(legacy mode)
N/A.