alepha@docs:~/docs/reference/react-hooks$
cat useClient.md
1 min read
Last commit:

#useClient

#Import

typescript
1import { useClient } from "alepha/react";

#Overview

Hook to get a virtual client for the specified scope.

It's the React-hook version of $client(), from AlephaServerLinks module.