Section 1 - Composition API and Testing Basics

Creating the Timeline Component

Straight into it - we build our first component, the Timeline, which will render posts and allow filtering by the period (daily, weekly, and monthly).

We also define a `Period` type, setting ourselves up for success. We immediately see how TypeScript is going to benefit us throughout the project.

The source code for the project at this point is found here.

1.0
Prerequesite Knowledge and Housekeeping
6:04
1.1
Creating the Timeline Component
6:13
1.2
Our First Test
6:11
1.3
Reactive Updates using ref
3:53
Synchronous Tests, Asynchronous Vue
6:01
Getting Started with TDD
3:31
Filtering Posts with Computed
6:51
Refactoring with Confidence
6:27