Skip to content

Instantly share code, notes, and snippets.

@sueLan
Created March 5, 2020 13:29
Show Gist options
  • Select an option

  • Save sueLan/286bdad62956e5c3a4f3ddfad8cdaf6f to your computer and use it in GitHub Desktop.

Select an option

Save sueLan/286bdad62956e5c3a4f3ddfad8cdaf6f to your computer and use it in GitHub Desktop.
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