Skip to content

Instantly share code, notes, and snippets.

@sfrdmn
Created December 1, 2017 16:01
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 sfrdmn/2faf85ab3bd9acc3eec16adc6a9607a6 to your computer and use it in GitHub Desktop.
Save sfrdmn/2faf85ab3bd9acc3eec16adc6a9607a6 to your computer and use it in GitHub Desktop.
mcr_post_11
const getAsyncFoodItemsWithFacts = createAsyncSelector(
{
foodItems: getAsyncFoodItems,
funFactsById: getFunFactsById
},
({ foodItems, funFactsById }) => (
mergeFunFactsIntoFoodItems(foodItems, funFactsById)
))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment