安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- XState - JavaScript State Machines and Statecharts
XState - JavaScript State Machines and StatechartsGitHub Docs Visualizer Editor Community
- GitHub - statelyai xstate: Actor-based state management orchestration . . .
XState is a state management and orchestration solution for JavaScript and TypeScript apps It has zero dependencies, and is useful for frontend and backend application logic It uses event-driven programming, state machines, statecharts, and the actor model to handle complex logic in predictable
- XState | Stately
XState XState is a state management and orchestration solution for JavaScript and TypeScript apps It uses event-driven programming, state machines, statecharts, and the actor model to handle complex logic in predictable, robust, and visual ways XState provides a powerful and flexible way to manage application and workflow state by allowing developers to model logic as actors and state
- xstate - Simple JavaScript Finite State Machines and Statecharts
Simple JavaScript Finite State Machines and Statechartsxstate Functional, stateless JavaScript finite state machines and statecharts Super quick start npm i xstate -S import { Machine } from 'xstate'; const toggleMachine = Machine({ initial: 'inactive', states: { inactive: { on: { TOGGLE: 'active' } }, active: { on: { TOGGLE: 'inactive' } } } }); Interpret the machine however you want
- xstate - npm
XState is a state management and orchestration solution for JavaScript and TypeScript apps It has zero dependencies, and is useful for frontend and backend application logic It uses event-driven programming, state machines, statecharts, and the actor model to handle complex logic in predictable, robust, and visual ways
- xstate
Globals xstate JavaScript state machines and statecharts JavaScript and TypeScript finite state machines and statecharts for the modern web 📖 Read the documentation 📑 Adheres to the SCXML specification Packages 🤖 xstate - Core finite state machine and statecharts library + interpreter 🔬 @xstate fsm - Minimal finite state machine
- Quick start - Stately
Quick start This quick start guide will help you get started with XState and Stately Studio You will learn how to create a state machine, create an actor from that state machine, send events to that actor, and observe the state changes
- XState v5 is here | Stately
Today, we’re happy to finally release XState v5! This is a new major version of XState focusing on actors and helping you get started with XState faster and more easily than previous versions
|
|
|