react-automata icon indicating copy to clipboard operation
react-automata copied to clipboard

A state machine abstraction for React

Results 14 react-automata issues
Sort by recently updated
recently updated
newest added

With a statechart that looks like this, where an event triggers a transition to the same state, its associated `actions` are not updated unless `transition` is called with the second...

bug

Mostly there 👍 What I have done: - [x] Configured the project as a lerna monorepo, utilising a versioning system that keeps all packages on the same version number. We...

Is Typescript support planned? Currently, the `withStateMachine` HOC produces a component that no longer has the props from the wrapped component. Thus VSCode can no longer validate props when the...

help wanted

Just giving this a shot. This makes a 'fix' to work as I'd expect (see #74) but now there is a failing test. Needs (from my perspective): [ ] `machineDidUpdate`...