Up until now, to support nested HTML, we've been using preact-markup to parse, and convert that HTML string into VDom nodes.
This is actually quite a simple process, so all of the superfluous features that come with preact-markup are just adding unnecessary weight to the package.
Up until now, to support nested HTML, we've been using
preact-markup
to parse, and convert that HTML string into VDom nodes.This is actually quite a simple process, so all of the superfluous features that come with
preact-markup
are just adding unnecessary weight to the package.We're now parsing nested HTML ourselves.