Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 01:48
· 7 commits to main since this release

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