DOM Diffing, Escape
Pre-release
Pre-release
In this release, we include DOM diffing, a built-in way to compare changes between the real DOM and the virtual DOM, allowing the site to smoothly update when component states update. This method does not need to be called to be used.
Additionally, we added a tApp.escape(string)
, so you can easily escape HTML values anywhere in your code (especially useful within component rendering).