@AbdullahD wrote:
Hi,
I was arguing with my college about the best way to handle data. In route (Ember tutorial approach) or in component
(The pros of component approach is cons of route approach, vice versa)
Component handling data approach:
Pros:
- Component high portability
- More isolation and focus on the task
- Thin route
Cons:
- Fat components
- Number of Components may increase
Posts: 7
Participants: 4