@reactor-team/js-sdk
v1.0.19
Published
Reactor JavaScript frontend SDK
Readme
Reactor Frontend SDK
Overview
This is the frontend SDK for Reactor. It provides a set of tools and utilities to build frontend applications that can use the Reactor platform.
There are two main ways to use the frontend SDK:
- Imperative API: Use it in any TS/JS application.
- React API: Use it in a React applications.
Building the SDK
Set up the environment variables:
cp .env.example .envThen add your NPM_TOKEN to the .env file.
Build the SDK:
./publish_package.sh