DORSETRIGS
Home

swr (4 post)


posts by category not found!

SWR Cache issues

Demystifying SWR Cache Issues A Guide to Maintaining Data Integrity SWR is a popular React library that enhances user experience by fetching and caching data ef

3 min read 05-10-2024 54
SWR Cache issues
SWR Cache issues

How can I combine axios ( request -> POST (with send data) and GET ), swr and header config in the code below?

Combining Axios SWR and Header Configuration for Efficient Data Fetching Lets delve into how to seamlessly combine axios SWR and header configurations for effic

2 min read 04-10-2024 46
How can I combine axios ( request -> POST (with send data) and GET ), swr and header config in the code below?
How can I combine axios ( request -> POST (with send data) and GET ), swr and header config in the code below?

can I use server actions as SWR fetcher?

Using Server Actions as SWR Fetchers A Deep Dive In the world of Next js development the quest for optimized data fetching often leads to exploring various stra

2 min read 01-09-2024 60
can I use server actions as SWR fetcher?
can I use server actions as SWR fetcher?

Upgraded useSWR from v1 to v2, data not returning when there's config/param

Upgraded use SWR from v1 to v2 Troubleshooting Data Fetching Issues with Config Params The use SWR hook has become an essential tool for data fetching in React

3 min read 28-08-2024 61
Upgraded useSWR from v1 to v2, data not returning when there's config/param
Upgraded useSWR from v1 to v2, data not returning when there's config/param