1002 Views
Let's start with a common use case. You have some data you get from external source (e.g. by calling API). You want to display it on screen. However, instead of displaying it on the same component, you would like to pass the data to a child component to display.
0 comments