![React app](https://private-user-images.githubusercontent.com/3519924/342360543-0bbd104c-7fcc-4791-bd23-f4313b7c0a58.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjQ3MjQsIm5iZiI6MTczOTQyNDQyNCwicGF0aCI6Ii8zNTE5OTI0LzM0MjM2MDU0My0wYmJkMTA0Yy03ZmNjLTQ3OTEtYmQyMy1mNDMxM2I3YzBhNTgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDUyNzA0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2UwYWQxYjMxZGU5ZjYxMWFlYzUzZGU1YTM5ZTdmNGE3MTM3OThjZDQ5Y2VmNDM0NzFjNzA1ZWI0NjNjNWE2MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.8eo1OeNMv-N3TaFTVZV7DyCaLuY6ltwJ3ii0NCpbR0M)
Watch the video explanation of the web and architecture
- Install packages
npm i
- Run web
npm run dev
- Open the localhost on the browser
ts-result is a TypeScript library that provides Result and Option objects, à la Rust. It allows for more expressive error handling and control flow. It helps in handling success and error states without relying on exceptions, making the code more predictable and easier to maintain.
@statelyai/inspect is a tool from Stately.ai that allows you to visualize and inspect XState state machines and actor models in real-time. It helps in debugging and understanding the state transitions and events in your application, providing a powerful way to develop and troubleshoot state machines.