@msaraiva, I found myself using :attrs and :props more and more, instead of specifying attrs and props individually. As I understand it, :attrs are for html elements only, and :props are for components only. My question is why do we need both constructs? It is not like there can be any confusion?
If for example we only have :props for both html elements and components it is just one less thing to remember and the components will feel more like super elements as it is intended to be?






















