wavesoft / dot-dom

.dom is a tiny (512 byte) template engine that uses virtual DOM and some of react principles
Apache License 2.0
806 stars 53 forks source link

Updating properties only when they have changed #13

Closed wavesoft closed 7 years ago

wavesoft commented 7 years ago

This PR makes sure that properties don't get updated if they already contain the same value.

Closes #10