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

https://github.com/lxsmnsyc/swr-store

Reactive, data-fetching stores with stale-while-revalidate strategy
https://github.com/lxsmnsyc/swr-store

data-fetching react store swr

Last synced: about 2 months ago
JSON representation

Reactive, data-fetching stores with stale-while-revalidate strategy

Awesome Lists containing this project

README

        

# swr-store

> Reactive stores for data-fetching with stale-while-revalidate strategy.

## Packages

| Package | Version | Example | Notes |
| --- | --- | --- | --- |
| [`swr-store`](https://github.com/lxsmnsyc/swr-store/tree/main/packages/swr-store) | [![NPM](https://img.shields.io/npm/v/swr-store.svg)](https://www.npmjs.com/package/swr-store) | | |
| [`react-swr-store`](https://github.com/lxsmnsyc/swr-store/tree/main/packages/react-swr-store) | [![NPM](https://img.shields.io/npm/v/react-swr-store.svg)](https://www.npmjs.com/package/react-swr-store) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/LXSMNSYC/swr-store/tree/main/examples/react-swr-store) | React demo |
| [`preact-swr-store`](https://github.com/lxsmnsyc/swr-store/tree/main/packages/preact-swr-store) | [![NPM](https://img.shields.io/npm/v/react-swr-store.svg)](https://www.npmjs.com/package/preact-swr-store) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/LXSMNSYC/swr-store/tree/main/examples/preact-swr-store) | Preact demo |

## License

MIT © [lxsmnsyc](https://github.com/lxsmnsyc)