Skip to content

Daydream0864/statemachine_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

statemachine_test

a small Project using stately.ai

what is a stamachine

an abstract machine that can be in exactly one of a finite number of states at any given time. The FSM can change from one state to another in response to some external inputs; the change from one state to another is called a transition. An FSM is defined by a list of its states, its initial state, and the conditions for each transition.

And further:

A state is a description of the status of a system that is waiting to execute a transition.

A state machine is also a visual depiction of such an abstract machine.

image

https://statecharts.dev/what-is-a-state-machine.html

what is stately.ai

  • A suite of visual tools for building app logic. Powered by XState, a best-in-class open source library for handling complexity at scale.

https://stately.ai/

Markdown Monster icon

statemachine_test section

  • toggle
  • Video player
  • animation

About

a small Project using stately.ai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published