The Wayback Machine - https://web.archive.org/web/20220410095552/https://github.com/topics/swr
Here are
369 public repositories
matching this topic...
React Hooks for Data Fetching
Updated
Apr 9, 2022
TypeScript
Stale-while-revalidate data fetching for Vue
Updated
Mar 29, 2022
TypeScript
Add a cache layer for server-side-rendered pages with stale-while-revalidate. Can be considered as an implementation of next.js's Incremental Static Regeneration which works with getServerSideProps.
Updated
Mar 31, 2022
TypeScript
A MongoDB GUI with Fluent Design
Updated
Mar 30, 2022
TypeScript
⚡️ Vue 3 composition API for data fetching, supports SWR, polling, error retry, cache request, pagination, etc. ⚡️ 一个能轻松帮你管理请求状态(支持SWR,轮询,错误重试,缓存,分页等)的 Vue 3 请求库
Updated
Apr 1, 2022
TypeScript
A sample Next.js app using Zeit's SWR React Hooks to make GraphQL Queries/Mutations/Subscriptions
Updated
Mar 25, 2022
JavaScript
🔥 Svelte stale while revalidate (SWR) data fetching strategy
Updated
Mar 14, 2022
TypeScript
My personal website built with Next.js, Chakra UI, Firebase, and next-mdx-remeote.
Updated
Mar 26, 2022
JavaScript
Progressive View Model Management Library
Updated
Apr 9, 2022
TypeScript
网易云音乐移动端【React/Next/Vue】【Ant Design/Material UI】
Updated
Jun 13, 2021
JavaScript
Synchronize SWR cache with localStorage or sessionStorage to get offline cache
Updated
Mar 30, 2022
TypeScript
🔥 Stale-While-Revalidate (SWR) strategy to fetch data in Vue 3
Updated
Mar 29, 2022
TypeScript
A GraphQL code generator plug-in that automatically generates utility functions for SWR.
Updated
Apr 5, 2022
TypeScript
Step by step tutorial Ethereum React and SWR
Updated
Feb 24, 2021
TypeScript
Next.js site for storing and sharing interesting finds from the Internet paired with a macOS menubar app.
Updated
Nov 24, 2020
TypeScript
Lightning fast static pages with ISR, instantly updated with SWR ⚡️
Updated
Sep 14, 2021
TypeScript
Updated
Jan 11, 2022
TypeScript
Little function to call mutate against multiple cached keys of SWR
Updated
Apr 8, 2022
TypeScript
Webev is OSS of bookmark manager that improves the organization of information.
Updated
Apr 10, 2022
TypeScript
Find public APIs, powered by api(dot)publicapis(dot)org
Updated
Apr 7, 2022
TypeScript
A re-concept of Paypal focused on financial transactions management - Built with React.js, Styled Components, and SWR
Updated
Jan 6, 2021
TypeScript
Stale While Revalidated Resources — keeps data fast
Updated
Mar 20, 2022
TypeScript
🔋 Useful stack expansion for ts-nextjs-tailwind-starter
Updated
Jan 16, 2022
TypeScript
🏊 42SWIM 🏊 42Seoul QnA 웹서비스
Updated
Feb 5, 2022
TypeScript
A Next.js based template of a blog built using the Collected Notes API
Updated
May 26, 2021
TypeScript
Updated
Mar 26, 2022
TypeScript
Updated
Mar 15, 2022
TypeScript
A tool for generating TypeScript code and interface from swagger by using SWR and axios as client.
Updated
Sep 30, 2021
TypeScript
Improve this page
Add a description, image, and links to the
swr
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
swr
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Could you please update the swr example adjusted to the new 1.x API where it no longer exports
cache
?Thanks!