recyclerViewItemPrefetch

Set whether item prefetch should be enabled on the underlying RecyclerView.LayoutManager. Defaults to false.

ItemPrefetching feature of RecyclerView clashes with RecyclerBinder's compute range optimization and in certain scenarios (like sticky header) it might reset ComponentTree of LithoView while it is still on screen making it render blank or zero height.

As ItemPrefetching is built on top of item view cache, please do remember to set a proper cache size if you want to enable this feature. Otherwise, prefetched item will be thrown into the recycler pool immediately. See [RecyclerBinder.Builder#setItemViewCacheSize]¬