Next.js 14 Infinite Scroll and Polling with Server Actions and TanStack Query

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Short video, straight to the point, and very helpful content. Thank you!

massimo
Автор

Hey amazing tutorial, really helped me out with one of my projects!
Do you happen to know if you can somehow render a fallback component like in suspense with the HydrationBoundary from tanstack?

excalibur
Автор

What is difference between SSR and fetch data on Server + hydrate in tanStack
It is SSR in tanStack ?

ThanHtutZaw
Автор

Can you please post the code? I keep getting Error: No QueryClient set, use QueryClientProvider to set one even though I followed all steps

nowystudios
Автор

ServerActions are not intended for GET data, this is antipattern

alexmdevs