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.
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.