Skip to main content

How-Tos

Welcome to the How-Tos section of WAAS. This page provides concise, linkable guides to help you integrate and use our React and JavaScript SDKs. Each link below points to a detailed guide; the short descriptions help you choose the right entry.

React SDK

Configuration

  • Example of KeybanProvider Usage
    Minimal example showing how to wrap your app with KeybanProvider and provide required props such as appId and network.
  • Configuration Options
    Overview of the provider options (e.g. clientShareProvider, network, appId) and their effects.
  • Custom ClientShareProvider
    Guide to implementing a custom ClientShareProvider to control where and how client shares are persisted.

Using React Hooks

JavaScript SDK

Basic Example