feathersjs-ecosystem / batch-loader

Reduce requests to backend services by batching calls and caching records.
MIT License
13 stars 5 forks source link

Document in the `loaderFactory` in the docs #9

Closed Straightline closed 4 years ago

Straightline commented 5 years ago

While perusing the docs, I noticed that the loaderFactory static method is not documented in the batchLoader docs. But, it is mentioned in the fastJoin docs here: https://feathers-plus.github.io/v1/feathers-hooks-common/#fastjoin

I know this method exists and works well and would be happy to open a PR when I get a chance.

matiaslopezd commented 4 years ago

+1 please! :pray:

DaddyWarbucks commented 4 years ago

This has now been documented in the README. I am currently working on adding this to the docs site as well.