DEV Community

Discussion on: Day 97: Stuck!

Collapse
 
beabkal profile image
Beabkal "Bab" Eshete

What seems to be the problem? Could you tell us why you aren't able to pass data to components?

Collapse
 
mtee profile image
Margaret W.N

The concept of component communication is turning out to be confusing. I'm trying to implement nested components each with different data but I get mixed up somewhere in between.

Collapse
 
beabkal profile image
Beabkal "Bab" Eshete

I too sometimes struggle with handling components as they get bigger. I hope the new Composition API in Vue 3 will be of some help.

Thread Thread
 
mtee profile image
Margaret W.N

I'm glad to know I'm not alone. I'll definitely looking into Composition API, thank you. 🤗