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!
- Host: GitHub
- URL: https://github.com/maxam2017/svelteq
- Owner: maxam2017
- License: mit
- Created: 2022-06-23T06:50:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T14:35:03.000Z (about 4 years ago)
- Last Synced: 2025-04-10T19:46:44.286Z (over 1 year ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[![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