Skip to content

Instantly share code, notes, and snippets.

@sfrdmn
Created December 1, 2017 16:00
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/3db331016ce377e97e59441eab7985e3 to your computer and use it in GitHub Desktop.
Save sfrdmn/3db331016ce377e97e59441eab7985e3 to your computer and use it in GitHub Desktop.
mcr_post_09
const getAsyncFoodItems = state => state.foodItems
const getAsyncCookware = state => state.cookware
// Let’s introduce a new async resource containing fun facts about food
const getAsyncFunFactsById = state => state.funFactsById
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment