Closed STRML closed 9 years ago
Perhaps this could be published as another mixin.
:+1: I think it should be published on npm as a new package.
closing this per the discussion in https://github.com/AmpersandJS/ampersand-state/pull/80#issuecomment-62478206
I've prepared a lodash version of this repo. https://github.com/STRML/ampersand-collection-lodash-mixin
Re: ampersand#36, underscore may be removed entirely from ampersand. However a lot of people like lodash/underscore methods on their collections.
I often use some of the lodash-only syntax like
collection.find({prop: 'value'})
, so I forked and switched to lodash. Perhaps this could be published as another mixin.