De-duplicate async renders #1201
Labels
priority-2-moderate
Should be resolved on a reasonable timeline.
type-revision
About a change in functionality or behavior
Current Situation
This change now allow renders to take place concurrently. To keep things simple, no effort is made to deduplicate renders. For example, if parent and child components are scheduled to render at the same time, both scheduled renders will take place even though a single render of the parent component would be sufficient to update the view.
Proposed Actions
Attempt to de-duplicate renders. This can either occur in one of two ways
The direction we go in will depend on which one can be written in a more performant manner.
The text was updated successfully, but these errors were encountered: