Created
March 5, 2020 13:33
-
-
Save sueLan/143d69e8aaf562495d5def0ac5fb57e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type State = { | |
// The range of the rendered items, | |
// used for the optimization to reduce the scan size | |
first: number, | |
last: number, | |
... | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment