1
Answer

Create Partial Component or single Component?

Vishal Joshi

Vishal Joshi

2y
470
1

Need to develop a page to calculate bike cost. so there are so many things like row material, labor cost, transportation cost, component cost, etc, 

Now clients need a single page to calculate the cost of bikes based on a different combination of materials and options in a single page. 

Should I go with a single component or a different component for each category and bind all in the parent/Master component?

Answers (1)