Refresh server state with Next.js 13 and GraphQL

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


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

very well explained & easy to follow, thank you Jamie 👏 Looking forward to see graphql client usage

muratasarslan
Автор

How about a situation where there is a need to navigate to the home page after clicking the button. One of my situation is, using router.push('/') to push the navigation to the homepage, but the data isn't refresh (data from database). Does the same trick using the router.refresh() worked, and example would be nice.

sereyvathanakkhorn
Автор

Nice video, more of next13 videos please!
If you already have a backend with graphql, what tool a do you recommend for the best frontend developer experience? Graphql codegen?

danielf
Автор

Hmm, how about updating the data on different page (directory)? So let's say I'm creating a new post on /create-post and I want to update my posts listing on the /blog page so that the newly created post is included (without reloading). Can you help me with that?

filipchrapek