1

I am using Ember array controller to list data. When we have more then 100 records. On desktop it's fine but on mobile it's not working smooth. So i google and found this link

http://discuss.emberjs.com/t/view-rendering-performance-ember-v-angular/1897

It says "We dived into the Ember rendering pipeline and noted that it is based on string concatenation . As a collection view enumerates its children, it generates a string representation of each child view and appends them to the buffer of the collection view. The string buffer is then converted into to a document fragment before appending itself to the DOM."

Kindly suggest. What will be the better way to implement list view in ember.

1 Answer 1

1

Try Ember.ListView. It looks like it might have some issues on iOS, but it seems to be the current consensus for rendering a large list efficiently.

See also:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.