byoui
v0.1.8
Published
A set of state machines that manage the logic and state for your UI.
Downloads
3
Readme
Bring your own UI
A set of state machines that manage the logic and state for your UI.
This library provides just the state machines, but in the example
directory, it has sample UI code that shows how to use some popular UI toolkits with the provided state machines.
Install
yarn add byoui
Examples
Find config.ts
in examples
directory, and fill in the required AWS Cognito fields from your account to see things working against your Cognito account.
Run examples:
cd example
yarn start