Skip to content

Improve `makeFindMixin` usability & efficiency when `local` option is used.

Compare
Choose a tag to compare
@marshallswain marshallswain released this 14 Jan 03:01
· 442 commits to master since this release

The makeFindMixin now allows using the mixed-in find${Resources} utility (e.g. findTodos for a todos service) when the local option is provided. It also updates the mixin so that the watchers are not created when using the local option, since the watchers only function is to re-run the API query when something changes. This change will avoid some useless processing that was occurring in local mode.

Includes Fixes from: #394
And this PR: #407