dxos-deprecated / sdk

DXOS SDK and tools.
GNU Affero General Public License v3.0
0 stars 2 forks source link

SDK error handling & client context in react-client & appkit #230

Closed dmaretskyi closed 3 years ago

dmaretskyi commented 3 years ago

Worked at in #227

react-client should export a bare client context provider that accepts an already initialized client and doesn't do any error handling.

react-appkit should export a provider that takes a client config, constructs and initializes the client, and does error handling.