
Coding Better Composables
Lessons
1. What is a Composable?
2. Flexible Arguments
3. Dynamic Return Values
4. Start with the Interface
5. Async Without Await
Flexible Arguments
Learn how to use ref and unref to make your composable’s arguments even more flexible.