Doesn't https://github.com/Pasvaz/bindonce already handle this?
back
1 comments
No it doesn't - I haven't really seen any significant improvements when using bindonce. An additional problem is that Angular is not fast generating the DOM from template either. Never mind the performance hit of 2000+ bindings and what it does to the responsiveness of the page. Just for generating the HTML string from a template and appending it to the page I've found, for example, Handlebars to be 10x faster than Angular.