Skip to content

Instantly share code, notes, and snippets.

@sarahghp
Created November 10, 2017 20:51
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 sarahghp/a40b5353b99e327cf4722fa22a713751 to your computer and use it in GitHub Desktop.
Save sarahghp/a40b5353b99e327cf4722fa22a713751 to your computer and use it in GitHub Desktop.
case 'HUE_BOX_INIT':
return loop(
{
...state,
status: LOADING
},
// this starts a promise that retuns an action
Cmd.run(fetchHue,
args: [pathToHue, namespacedActionToReturn]
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment