December 2017
Beginner
372 pages
10h 32m
English
In the board component, we have the data based on the id selected, next step is to have our Task and SubTask component and populate the data in them.
As we saw in our architecture diagram, the task component is the child of the Board component and the subtask component is the child of task component. So, it's a hierarchical structure wherein the data is passed back and forth between parent and child.
In this chapter we will focus on how data can be passed between master/child component; the functionalities of these three components will be looked in next chapter.
We can very well have all our data on our Board component, but that would not be the best solution wherein we will have all the ...
Read now
Unlock full access