Use fastAddProperties in diffing (#32243)
## Summary `fastAddProperties` has shown some perf benefits when used for creating props payload for new components. In this PR we'll try to use it for diffing props for existing components. It would be good enough if it simply doesn't regress perf. We'll be able to delete the old `addProperties`, and make `fastAddProperties` the default behaviour. ## How did you test this change? ``` yarn lint yarn flow native yarn test packages/react-native-renderer -r=xplat --variant=false yarn test packages/react-native-renderer -r=xplat --variant=true ```
D
Dmytro Rykun committed
bb9a24d9fc5faa57a85750cd3bb94546baa405ac
Parent: b2357ec
Committed by GitHub <[email protected]>
on 1/30/2025, 11:16:42 AM