Vardaan BhatiainCodeXUsing SWR (Stale-While-Revalidate) in Next.js: A Simple GuideWhen building modern web applications, efficient data fetching and management are crucial. SWR (Stale-While-Revalidate) is a powerful…Sep 5
Jayashakthi PereraPower of SWR with React — useSWRMutationIn this article, we’ll look into the new useSWRMutation hook in SWR. This hook is focused on Mutation & Revalidation in SWR.May 7, 2023
Hayoung LiminStackademic[Next.js] Is it possible to use SWR along with useState?The answer seems “not easy.”Aug 11Aug 11
Riya LohiaMoving away from Redux to SWR + ZustandIn this blog, we will cover the reasons behind abandoning Redux in favor of SWR and Zustand for data and state management. Before moving…Jun 6, 20237Jun 6, 20237
Vijayasekhar DeepakinJavaScript in Plain EnglishImproving Performance in Next.js: Canceling API Requests with SWRNot a Member? Read for FREE here.Aug 8Aug 8
Vardaan BhatiainCodeXUsing SWR (Stale-While-Revalidate) in Next.js: A Simple GuideWhen building modern web applications, efficient data fetching and management are crucial. SWR (Stale-While-Revalidate) is a powerful…Sep 5
Jayashakthi PereraPower of SWR with React — useSWRMutationIn this article, we’ll look into the new useSWRMutation hook in SWR. This hook is focused on Mutation & Revalidation in SWR.May 7, 2023
Hayoung LiminStackademic[Next.js] Is it possible to use SWR along with useState?The answer seems “not easy.”Aug 11
Riya LohiaMoving away from Redux to SWR + ZustandIn this blog, we will cover the reasons behind abandoning Redux in favor of SWR and Zustand for data and state management. Before moving…Jun 6, 20237
Vijayasekhar DeepakinJavaScript in Plain EnglishImproving Performance in Next.js: Canceling API Requests with SWRNot a Member? Read for FREE here.Aug 8
Byte ScriptBuilding a ‘Load More’ Pagination Component in ReactThis article delves into creating a ‘Load More’ pagination component using React, a popular JavaScript library for building user…Feb 18
ArmaansinghbhauThe Best Caching Solution for React — SWRSWR (stale-while-revalidate) is a popular data fetching library for React applications developed by Vercel. It provides a simple and…Aug 4
Fang JinUse SWR to fetch — what is the stale data?SWR (pronounced “swir”), which stands for “Stale-While-Revalidate.” SWR is a popular JavaScript library for data fetching in React…Sep 29, 20231