zodiak
Proper way to revalidate SSR but from Client Side, ie. after a success Mutation.
Did you manage to figure this out?
I have the data generated in a server component and then when I trigger an create mutation(from the front end), I want to attach the new item in the list.
Is there an "automated" way to do this or I need to have client component to re-fetch the data and to be able to invalidate?
2 replies