I bind the collection to a DOM element '#collection_view'.
When collection fetching data and update the view, the view changed to be EMPTY for a second and then filled with correct HTML. In the collection there are addAll, addOne methods to append list element to the list.
How can I skip the empty, replace old HTML with new HTML directly?