Created
July 19, 2017 06:38
-
-
Save ernestofreyreg/98aecf160649a599531fb606331fb534 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
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