Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zugarzeeker
Created August 6, 2016 10:31
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 zugarzeeker/b07c49f911601517314854c94bd76a07 to your computer and use it in GitHub Desktop.
Save zugarzeeker/b07c49f911601517314854c94bd76a07 to your computer and use it in GitHub Desktop.
YWC Programmer Meetup #3
function* createUser() {
const UserData = {...}
const userDetail = yield somefunction(userData))
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment