Jacob Jaffe
Results
22
comments of
Jacob Jaffe
Yeah-- it would be pretty sweet to be able to do: ```tsx // Optimistic patch example, within-consumer const { data: profile, patch: patchProfile } = useGetProfileQuery(userId); const [updateProfileMutation] = useUpdateProfileMutation();...
Probably this... https://github.com/radix-ui/website/blob/11f0607c5130fb3b5d082962fdc17d1846511c47/components/Scale.tsx#L32