node
- Introduction to Node / TypeScript
- basic "Calculator" example (add)
- Calculator throws error example
- Placeholder service / TodoListService example walkthrough
- FakePlaceholderService (hardcoded data)
- JestMockPlaceholderService (can verify function calls)
vue
- Folder structure + services
- TodoList + TodoListItem components
- TodoListItem spec, model binding
- TodoListItem spec, "removeItem" event listening
- TodoList useTodoList hook
- TodoList spec jest mocks
- TodoList spec Loading
- TodoList spec error
- TodoList spec shallow mount vs mount vs mount w/ component overrides
- TodoList TDD for Add / remove items