Skip to main content

All Questions

-2 votes
1 answer
122 views

What's a cleaner way to pass a function an array of values and then sort my object by those values?

The working code: ...
Ryan's user avatar
  • 27
2 votes
1 answer
866 views

Rendering a large collection using BackboneJS and LoDash

I have a Playlist object which contains many PlaylistItem children. If I have 10,000 children then the UI gets blocked from ...
Sean Anderson's user avatar