Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created July 19, 2017 06:38
Show Gist options
  • Save ernestofreyreg/98aecf160649a599531fb606331fb534 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/98aecf160649a599531fb606331fb534 to your computer and use it in GitHub Desktop.
import connect from 'react-setstate-connect'
import { initialState, reducer, createActions } from './editable-cell-logic'
const withEditableCellLogic = view => connect(view, reducer, createActions, initialState)
export default withEditableCellLogic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment