Lines Matching refs:custom

5 1. Scrolling scenarios where instances of the same type of custom components are frequently created…
10 1. The custom component to reuse is decorated by the @Reusable decorator.
11 2. The reusable custom component (child) created under a custom component (parent) is added to the …
12 3. In attempts to create a reusable child component under a custom component (parent), the child is…
16 …a custom component can be reused. While it can be used to decorate any custom component, take note…
17 …nd reuse of reusable custom components can occur only under the same parent component. This means …
18 …eed to decorate its root node with @Reusable. For example, if custom component A has custom child …
19 4. When a custom component is nested within a reusable custom component, to update the content of t…
20 …he component tree structure. As such, if the component tree structure of custom components is sign…
21 …ent tree again. For example, if **ForEach** is used to create a reusable custom component, compone…
28custom components. Component reuse is, in effect, a special form of component update. The process …
29 …in **aboutToReuse**, only update the state variable values required for updating custom components.
40 … callback. The argument type is the same as the constructor parameter type of the custom component.
198 If the instances of a custom component vary greatly, use **reuseId** to assign these instances to d…
200 If a custom component has a reference to a large object or other unnecessary resources, release the…