I want to use use, and use query mutate
I want to use use, fetch or start the on the server component and pass it to a client component and receive it with use but then when I mutate the data, in my mind there would be no key to invalidate but because use is handling the promise on the server?
What would be a good pattern to be able to use mutate and use to start fetching the data right away? Or would doing this totally break the idea?
What would be a good pattern to be able to use mutate and use to start fetching the data right away? Or would doing this totally break the idea?