Skip to content

Instantly share code, notes, and snippets.

@zhaoyao91
Created May 26, 2017 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhaoyao91/6cb99daed2aa893a582af00274cfe49f to your computer and use it in GitHub Desktop.
Save zhaoyao91/6cb99daed2aa893a582af00274cfe49f to your computer and use it in GitHub Desktop.
provide meteor reactive data
import { createContainer } from 'meteor/react-meteor-data'
import { curryN } from 'lodash/fp'
export default curryN(2)(createContainer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment