Enabling Reconciliation
info
Reconciliation is enabled by default.
tip
Please remove the usages of the following deprecated APIs in your surface before proceeding.
#
ComponentTreeThe ComponentTree
builder exposes an API to enable or disable reconciliation.
note
In this integration the config is not passed into any Sections within the component hierarchy. It needs to be explicitly set in the Sections (see below). There are plans to enable propagation over the Section boundary in future milestones.**
#
RecyclerCollectionComponentThe RecyclerBinderConfiguration
and the RecyclerBinder
builders both expose an API to enable or
disable reconciliation.
#
SectionsThe ComponentRenderInfo
builder exposes an API to enable or disable reconciliation for individual
Sections in a GroupSectionSpec
.