recipeswithbackbone / recipeswithbackbone.github.com

Marketing site for the best damn backbone.js book evar
23 stars 1 forks source link

Clarify Fill-in Rendering #8

Closed ngauthier closed 12 years ago

ngauthier commented 12 years ago

"- This is an optimization technique. It should be made clear that this shouldn't be used for all views from the outset, but just ones that are rendering slowly or have a lot of data. Premature optimization and all that."

ngauthier commented 12 years ago

in the introduction it states that "Fill-In Rendering is a form of caching".

I believe that intermediate and above readers (our primary audience) understand the pros and cons of caching mechanisms and that this does not need to be expounded upon.