You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the creation of cells from Grid.render into a factory function that accepts named arguments identifying the start/top index ranges. Provide a default implementation and allow users to override with a new prop.
Would be nice to also provide an implementation that temporarily caches rendered cells.
Spin-off from discussions on #147.
Move the creation of cells from
Grid.render
into a factory function that accepts named arguments identifying the start/top index ranges. Provide a default implementation and allow users to override with a new prop.Would be nice to also provide an implementation that temporarily caches rendered cells.
For inspiration: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionView_class/
The text was updated successfully, but these errors were encountered: