yieldmachine
yieldmachine copied to clipboard
Components for State Machines, using Generator Functions
https://dev.to/mpocock1/xstate-should-this-be-an-action-or-a-service-2cp0
- Immer: https://github.com/immerjs/immer - Shoalmate: https://github.com/RoyalIcing/shoalmate - Vanilla JavaScript object/array copies Redux-style Can derive from one to the other. e.g. Have generator functions internally that become Arrays publicly.
Any machine can be imported into xstate. Which allows access to their visualisation, React hooks, and other tooling.
- https://statecharts.github.io/glossary/parallel-state.html Could support by returning an array of sub states rather than the initial state.