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.
[cljsjs/dataloader "1.4.0-0"]
cljsjs/dataloader {:mvn/version "1.4.0-0"}
implementation("cljsjs:dataloader:1.4.0-0")
<dependency> <groupId>cljsjs</groupId> <artifactId>dataloader</artifactId> <version>1.4.0-0</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: