— I want to specifically have jQuery-Template write to the virtual DOM
— With no modification of the plugin
— JQuery-template is a constraint?
— That requires the virtual dom have the same Dom api and builtins as the real one
— All it does is load html into a container (div), then accepts JSON which it matches to data-attribute="objProp"
and inserts
Message permanent page
— Simple enough for my needs
— Cripes, that article relies on Node, JSX/Babel
— I find this funny considering it starts by saying "only 50 lines!"