Skip to content

Instantly share code, notes, and snippets.

@spion
Created July 3, 2014 18:55
Show Gist options
  • Save spion/176c7021eb13e483dfcf to your computer and use it in GitHub Desktop.
Save spion/176c7021eb13e483dfcf to your computer and use it in GitHub Desktop.
this.create
.map(title => todos => todos.concat({id: uuid(), title: title, completed: false })
.subscribe(updates);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment