We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
9e28c03
patch
patch(dom, vdom)
recycle
xlink:*
style
const styleToString = style => Object.keys(style).reduce( (str, key) => `${str}${key.replace(/[A-Z]/g, "-$&").toLowerCase()}:${style[key]};`, "" )