Skip to content

Instantly share code, notes, and snippets.

@funador
Created January 20, 2019 19:42
Show Gist options
  • Save funador/cb52e405244ed908f0d4e24b0c235396 to your computer and use it in GitHub Desktop.
Save funador/cb52e405244ed908f0d4e24b0c235396 to your computer and use it in GitHub Desktop.
$(() => {
render.dom()
attachListeners()
api.getTodos()
.then(todos => {
store.addTodosOnLoad(todos)
render.todos()
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment