defer

abstract var defer: Boolean?(source)

The presence of this prop indicates that the content is computationally expensive to render. In other words, the tree is CPU bound and not I/O bound (e.g. due to fetching data).

https://github.com/facebook/react/pull/19936