SWR icon
SWR icon

SWR

React hooks for data fetching.

SWR screenshot 1

Cost / License

  • Freemium (Subscription)
  • Open Source (MIT)

Platforms

  • Self-Hosted
  • React
0likes
0comments
0articles

Features

SWR News & Activities

Highlights All activities

Recent activities

SWR information

  • Developed by

    US flagVercel
  • Licensing

    Open Source (MIT) and Freemium product.
  • Pricing

    Subscription that costs $40 per month + free version with limited functionality.
  • Written in

  • Alternatives

    2 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  32,459 Stars
  •  1,380 Forks
  •  215 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
SWR was added to AlternativeTo by Alex Ruiz on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is SWR?

SWR is a React Hooks library for data fetching.

The name “SWR” is derived from stale-while-revalidate, a cache invalidation strategy popularized by HTTP RFC 5861. SWR first returns the data from cache (stale), then sends the request (revalidate), and finally comes with the up-to-date data again.

With SWR, components will get a stream of data updates constantly and automatically. Thus, the UI will be always fast and reactive.

Official Links