python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Subscribe to manual cache in React-Query?
Started to experiment with react-query and was thinking if i could use it as a replacement for redux? I fint react-query to be easier to use in nextJS (especially if i want to set a state on the serve...
user3711421
Votes: 0
Answers: 1
Solution to prefetch in a component on nextjs
I'm looking for a solution/module where I don't need to inject inital/fallback data for swr/react-query things from getServerSideProps. Like...
from
// fetcher.ts
export default fetcher = async (url: ...
Changdae Park
Votes: 0
Answers: 0
How to trigger refetch when the requirement need to go other path?
So far I can pass refetch function on a child component. The problem is when I have to go to other page and use redux. (Open dialog for new path link). And in that page I will trigger this refetch fun...

surya kumara
Votes: 0
Answers: 1
not work dehydrate method(react-query) in nextjs
I use react-query in Next.js, and get error when use dehydrate method in getStaticProps.
I read this issue https://github.com/tannerlinsley/react-query/issues/1370 and I install Beta version, but dehy...
Mohammad Reza Zolfaghari
Votes: 0
Answers: 1