React Query with Next.js 14
Unanswered
(-.-) posted this in #help-forum
(-.-)OP
Hello everyone, I'm migrating a project to Next 14 and we use React Query to fetch data, but taking a look at the documentation, to use suspense I would have to install a lib that is still experimental. In this case, to fetch data, wouldn't it be better to use the fetch API with revalidate tag? To fetch data through Server Components do I still need React Query?