Documents / @faasjs/react / getClient
Function: getClient()
getClient(
host
?):FaasReactClientInstance
Get FaasReactClient instance
Parameters
• host?: string
{string} empty string for default host
Returns
Example
getClient()
// or
getClient('another-host')