An open API service indexing awesome lists of open source software.

https://github.com/maxam2017/svelteq

Feel frustrated when maintaining heavy data-fetching logic in Svelte project? Let's try svelteQ!
https://github.com/maxam2017/svelteq

Last synced: about 1 year ago
JSON representation

Feel frustrated when maintaining heavy data-fetching logic in Svelte project? Let's try svelteQ!

Awesome Lists containing this project

README

          

![svelteQ](https://user-images.githubusercontent.com/25841814/175697775-bf9daaa4-7e46-46d2-bab1-adf713e676e1.png)

[![npm version][npm-image]][npm-url]
[![build status][workflows-image]][workflows-url]
[![Test coverage][codecov-image]][codecov-url]
[![License][license-image]][license-url]
[![PR's Welcome][pr-welcoming-image]][pr-welcoming-url]

## What is svelteQ?

svelteQ is a **data fetching** library built for Svelte. You can simplify the logic of data fetching in your project, and also have all these amazing features out-of-the-box:

- ðŸŠķ lightweight - [less than 4kB](https://bundlephobia.com/package/svelte-q)
- 🏎ïļ Fast and reusable
- ðŸ”Ĩ Built-in cache and request deduplication
- ðŸĪ— Backend agnostic
- ✅ SSR support
- ✅ TypeScript ready

## Get Started

### Istallation
```
$ npm i svelte-q
```

or use other package managers, ex. yarn, pnpm...

### Usage

## Contributors



## License

Distributed under the MIT License.

[npm-image]: https://badge.fury.io/js/svelte-q.svg
[npm-url]: https://www.npmjs.com/package/svelte-q
[workflows-image]: https://github.com/maxam2017/svelteQ/workflows/CI/badge.svg
[workflows-url]: https://github.com/maxam2017/svelteQ/actions/workflows/main.yml
[codecov-image]: https://codecov.io/gh/maxam2017/svelteQ/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/github/maxam2017/svelteQ?branch=main
[license-image]: https://img.shields.io/github/license/maxam2017/svelte-q?style=flat-square
[license-url]: https://github.com/maxam2017/svelteQ
[twitter-image]: https://img.shields.io/twitter/url?color=%23555555&label=@svelteqjs&logo=twitter&style=flat-square&url=https%3A%2F%2Ftwitter.com%2Fsvelteqjs
[twitter-url]: https://twitter.com/svelteqjs
[pr-welcoming-image]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[pr-welcoming-url]: https://github.com/koajs/koa/pull/new