Component Design Patterns

Lessons

1. Introduction

1:30

2. Props: Fundamentals

6:22

3. Props: Custom Validation

3:48

4. The Problem with Props

6:32

5. Slots: Fundamentals

3:13

6. Slots: Techniques

4:41

7. Scoped Slots: Part 1

3:24

8. Scoped Slots: Part 2

4:01

9. One Object to Rule Them All

6:34

Scoped Slots: Part 2

Scoped slots are great for helping to access a child component’s data, but it has some constraints that you should be aware of when designing components. In addition, there are also some alternative syntax that are used with scoped slots that you will want to know about!