Open
Description
Expensive view configuration often only needs to be performed when a value coming in from the rendering or the view environment changes. Sometimes these values need to be remembered across config changes or process death. Custom Views and Compose both have mechanisms for doing this, but LayoutRunner does not. Until we can deprecate LayoutRunner, we should provide some way to do this.