github unnoq/orpc v0.15.0

latest releases: v1.8.7, v1.8.6, v1.8.5...
9 months ago

New package @orpc/vue-query and @orpc/react-query Give you more choices when integrate with TanStack query

const query = useQuery(orpc.getting.queryOptions())

const mutation = useMutation(orpc.getting.mutationOptions({
    onSuccess: () => {
        queryClient.invalidateQueries({ queryKey: orpc.getting.key() }) 
    }
}))

   🚀 Features

    View changes on GitHub

Don't miss a new orpc release

NewReleases is sending notifications on new releases.