mercredi 15 février 2017

Is it harmful to nest too many components inside a single one?

I have a multi-selectable table component which contains a table-disaply component. Inside the table-display component there is another component called table-row.

table-selectable
      | (contains)
      v
 table-display
      | (contains)
      v   
  table-row

I am doing this because I would like to make each component genereic enough so that it can be used for other purpose, Howere, I realise it is not easy to pass the action up the the parent component. The reason is that I have to carefuly wire all the actions inside sendAction method and the action name inside the hbs file and I feel this probbaly may cause error(s) in the long wrong.

My question is that is it harmful to nest tom nay components inside a single component like the one I did?




Aucun commentaire:

Enregistrer un commentaire