KunyoraProvider API Overview
This component is a top level component. A Top level component is a component which typically wraps your entire application or a huge amount of other components together with the essence of exposing some common functionalities to it. The KunyoraProvider component exposes 2 props; which we will examine in this section.
Props
Reference
Props
client
This specifies an instance of the client created using KunyoraClient
| Type | Required |
|---|---|
| any | Yes |
store
client.store;
This specifies the store exposed by the client which react-kunyora uses internally
| Type | Required |
|---|---|
| any | Yes |