Coding Better Composables

Lessons

1. What is a Composable?

7:56

2. Flexible Arguments

4:08

3. Dynamic Return Values

3:36

4. Start with the Interface

5:36

5. Async Without Await

7:00

What is a Composable?

Composables allow us to craft well organized, transparent, and highly reusable pieces of reactive code. They’re similar to React’s Hooks.