For example I have editable list of the items which generated via {{each}} helper, based on model collection. If I start to edit any item in the list and at the same time from the websocket connection it receives new item, then whole list rerendered and I lose my focus, data, and so on.
Is there a way in Ember to reconcile changes and update only what has actually changed, and not completely re-render everything.