This library allows you to use hooks if you are implementing SIWT into a react application.
The package can be installed using npm:
npm install @siwt/react
import { useSiwt } from '@siwt/react'
const { createMessagePayload, signIn } = useSiwt()
The usage is the same as described in the utils package.
Run nx test react to execute the unit tests via Vitest.