Consider moving from 'props' to 'attrs'
Swizz opened this issue · 2 comments
Swizz commented
Attrs seem more interesting than Props, I'll need more informations about that.
Swizz commented
According to snabbdom#32 :
The
props
module sets element properties directly. Attributes module doeselm.setAttribute
. Most of the time props is what you want, attributes was added mainly for SVG support I believe.