Skip to content
On this page

SWR Vue

This project is inspired by the awesome work vercel/swr

SWR derives from stale-while-revalidate, a HTTP cache technique. This technique consists in first return the data cached(stale), after send a request(revalidate) and finaly return the newly data.

You can read more about this here

Features

  • Fast and reusable data fetching
  • Typescript friendly
  • Protocol agnostic
  • Request lib agnostic
  • Integrated cache
  • Optimistic UI
  • Request deduplication
  • Revalidation on focus and network recovery
  • Polling
  • Configurable

Comunity

Feel free to join us to contribute or ask doubts in Github discussions

Released under the MIT License.