Skip to content

Instantly share code, notes, and snippets.

@naddeoa
Last active February 18, 2019 00:19
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 naddeoa/fdab2e6eca5687aafcf20b2164d64810 to your computer and use it in GitHub Desktop.
Save naddeoa/fdab2e6eca5687aafcf20b2164d64810 to your computer and use it in GitHub Desktop.

Worksheet for session 2

We left off with 2 known bugs in the implementation of the todo list. Try to find out what's causing them and fix them.

  • How can I avoid running the getFilteredTodoItems() twice? We know its not very efficient.
  • Fix that persisting bug. You'll notice that if you hit enter to add a todo item and them immedietly reload the page that it won't load back up in the right state.

Next Stream

We had someone suggest learning Angular. I'm inclined to stick with React for another session or two so we get a bit more value out of what we've done so far. I'm leaning towards making a backend for the todo storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment