Wrap an application (or subtree) to make a HonuaClient available to the @honua/react hooks and map components.
HonuaClient
@honua/react
const client = new HonuaClient({ baseUrl: "https://honua.example.com" });<HonuaProvider client={client}> <App /></HonuaProvider> Copy
const client = new HonuaClient({ baseUrl: "https://honua.example.com" });<HonuaProvider client={client}> <App /></HonuaProvider>
Wrap an application (or subtree) to make a
HonuaClientavailable to the@honua/reacthooks and map components.