8000 Release DOM Diffing, Escape · TogaTech/tApp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DOM Diffing, Escape

Pre-release
Pre-release
Compare
Choose a tag to compare
@CMEONE CMEONE released this 17 Mar 04:28
· 13 commits to main since this 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).

0