Optimize ViewComponent builder overrides #14174
Labels
Area: Performance
enhancement
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Milestone
As the number of overrides expands in ViewComponentView, we are currently adding additional members for each override. Instead we should have a pointer to the builder, or some similar vtable object that can be shared across all components of that type, and reduce the memory footprint of each ViewComponentView.
The text was updated successfully, but these errors were encountered: