Wednesday, September 12, 2007

JavaScript templating system - Display HTML blazingly fast

AJAX applications are everywhere, and one of the key issues is the speed of rendering HTML. Using innerHTML is not recommended, but DOM can be slow. This JS template system lets you render HTML much faster than standard DOM, while keeping its flexibility.

read more | digg story

No comments: