Skip to content

Instantly share code, notes, and snippets.

@kyuwoo-choi
Created May 28, 2018 19:24
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 kyuwoo-choi/ba17d324fe5450f2221568510d406fa9 to your computer and use it in GitHub Desktop.
Save kyuwoo-choi/ba17d324fe5450f2221568510d406fa9 to your computer and use it in GitHub Desktop.
...
add(title) {
add(title);
}
...
get length() {
const todoList = store.getState().todoList;
return todoList.length;
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment