https://github.com/innei/swr
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/innei/swr
- Owner: Innei
- Created: 2022-10-07T06:22:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T05:09:41.000Z (over 2 years ago)
- Last Synced: 2025-03-29T09:16:28.675Z (about 1 year ago)
- Language: TypeScript
- Size: 324 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```