If you've been struggling to wrap your head around component communication in LWC, welcome to the club. When I started developing lightning web components, I had a tough time figuring out how to pass parameters from one component to another. And let'...
shreyventure.hashnode.dev6 min read
Everything was fine understand parent child communication but my point there was only one example of property it should be more example like property what type of data we can from parent to child except property
There used to be a number of confusions and doubts in my mind, but with this blog, I got a clear picture of the communication between the components. It's really simple and easy to understand. I appreciate your work in posting it. Thank you!
Felix Wu
good