Home

facebook/react

Status:Indexed
Analyzed 3d ago240K+ starsJavaScript

The library for web and native user interfaces.

Back to Pull Requests
#34238Closed
Moderate Review

Rollout passChildrenWhenCloningPersistedNodes flag

by javacheAug 20, 2025
View on GitHub

Summary

This PR enables a performance optimization flag called `passChildrenWhenCloningPersistedNodes`. This change improves React Native's Fabric architecture by optimizing how it manages its internal ShadowTree, without introducing any user-facing behavioral changes.

Changes

+12 additions-67 deletions

Impact Areas

React NativeInternal PerformanceShadowTree Management