Skip to content

Instantly share code, notes, and snippets.

@butackle
Last active March 5, 2017 08:20
Show Gist options
  • Save butackle/c401361b83f5a0712889daa1cc09ab60 to your computer and use it in GitHub Desktop.
Save butackle/c401361b83f5a0712889daa1cc09ab60 to your computer and use it in GitHub Desktop.
database.ref('list').once('value').then((snapshot) => {
const list = getList(snapshot);
riot.mount('List', { list });
riot.mount('Add');
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment