dataloader

(โ˜… 13,382)

DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.

  • .eslintignore
  • .eslintrc
  • .flowconfig
  • .gitignore
  • babel.config.js
  • CHANGELOG.md
  • CONTRIBUTING.md
  • LICENSE
  • package.json
  • README.md
  • renovate.json
  • yarn.lock
// repository documentation