#
swr
Here are 183 public repositories matching this topic...
A MongoDB GUI with Fluent Design
react
mongodb
dark-theme
jupyter-notebook
database-management
profiling
monaco-editor
darkmode
fluent-design
swr
umijs
-
Updated
Jun 27, 2021 - 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
Jun 25, 2021 - TypeScript
-
Updated
Jun 12, 2021 - TypeScript
网易云音乐移动端【React/Next/Vue】【Ant Design/Material UI】typescript进行中
-
Updated
Jun 13, 2021 - JavaScript
A sample Next.js app using Zeit's SWR React Hooks to make GraphQL Queries/Mutations/Subscriptions
-
Updated
Jun 30, 2021 - JavaScript
Synchronize SWR cache with localStorage or sessionStorage to get offline cache
-
Updated
Jul 1, 2021 - TypeScript
-
Updated
Jul 2, 2021 - TypeScript
My personal website built with Next.js, chakra-ui, and mdx blog pages.
github-api
firebase
prism
google-analytics
nextjs
personal-website
youtube-api
personal-blog
firebase-realtime-database
mdx
strava-api
swr
chakra-ui
buttondown
mdx-remote
giscus
-
Updated
Jul 1, 2021 - JavaScript
A GraphQL code generator plug-in that automatically generates utility functions for SWR.
-
Updated
May 28, 2021 - TypeScript
Step by step tutorial Ethereum React and SWR
-
Updated
Feb 24, 2021 - TypeScript
A re-concept of Paypal focused on financial transactions management - Built with React.js, Styled Components, and SWR
-
Updated
Jan 6, 2021 - TypeScript
Open
Add Storybook
akinncar
commented
Jun 8, 2021
Add storybook to all components and pages on the front-end
Little function to call mutate against multiple cached keys of SWR
-
Updated
Jul 2, 2021 - TypeScript
Find public APIs, powered by https://api.publicapis.org/
-
Updated
Jun 21, 2021 - TypeScript
A Next.js based template of a blog built using the Collected Notes API
-
Updated
May 26, 2021 - TypeScript
Webev is OSS of bookmark manager that improves the organization of information.
-
Updated
Jun 30, 2021 - TypeScript
SWR is a React Hook library for remote data fetching. Here are some simple examples.
-
Updated
May 11, 2021 - JavaScript
A template for one of the best full-stack development stacks out there
-
Updated
Oct 1, 2020 - TypeScript
A tool for generating TypeScript code and interface from swagger by using SWR and axios as client.
-
Updated
Feb 20, 2021 - TypeScript
-
Updated
Jan 8, 2021 - TypeScript
-
Updated
May 23, 2021 - TypeScript
react
template
pwa
react-router
eslint
create-react-app
google-analytics
material-ui
cypress
swr
iamnapo
zustand
cra-template
-
Updated
Jun 14, 2021 - JavaScript
Simple portable HF 50mW-110W SWR/POWER meter based on tandem match and Arduino Nano
-
Updated
Oct 18, 2020 - C++
Improve this page
Add a description, image, and links to the swr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swr topic, visit your repo's landing page and select "manage topics."
The documentation for
mutatetalks about local mutation for faster feedback, but the documented way to use it only mutates after a promise has resolved - in other words, not immediately.As a result, I've found myself writing code in this kind of pattern: