revalidate in server side components?
Unanswered
Purple Finch posted this in #help-forum
Original message was deleted.
5 Replies
Original message was deleted
Does this function get called in the client component? Before the return?
Original message was deleted
Btw u aren't returning the response
Do the whole thing directly in the component. It should work if im correct
@Clown Does this function get called in the client component? Before the return?
Purple Finch
It works in server component. I call all my data in server components.
My only problem is, when I go live on my page, do I need to use only client components to list new updates? Or is it possible to see updates by revalidating server components? Currently, I can only see updates in production when I build.