Skip to content

Instantly share code, notes, and snippets.

View keik's full-sized avatar

KATO Kei keik

View GitHub Profile
/**
* Hook of List UI state manager
* - filter
* - pagination
* - sort
*
* @flow
*/
export const useFunctionalList = ({ items, filterableColumns }) => {
const [listOpts, setListOpts] = React.useState({