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

https://github.com/innei/swr


https://github.com/innei/swr

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# SWR Vanilla

Status: Alpha

## How to use

```ts
import { swr } from '@innei/swr'

const query = swr(key, options)
const result = await query
```