Skip to content

Instantly share code, notes, and snippets.

@jckw
jckw / useConnection.js
Created June 3, 2020 12:00 — forked from jedwards1211/useConnection.js
useConnection (a React hook for infinite scrolling with Apollo, Relay-style Connections, and react-virtualized)
/**
* @flow
* @prettier
*/
import { type QueryRenderProps } from 'react-apollo'
import * as React from 'react'
import {
get,
takeRightWhile,