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

Is this project no longer being worked upon ?

Hi there, I'm currently working on testing my react component where I use react-automata. When I run the test it keeps breaking. The goal is to test my Lights component....

Do you intend to support flow for the `withStateMachine` HOC?

I wrote something like this in React: ``` Yayy!Success ``` I got the following error during rendering: **TypeError: glob pattern string required**

Would be great to use `react-automata` together the latest features of `xstate`

Itsy bitsy pull request.

The initial data I set is not accessible in props This does not work: ``` const initialData = { stableState: 'stableStateA', previousStates: [] } export default withStateMachine(statechart, initialData)(App); ``` And...

Hello Michele! I want to discuss sponsoring `react-automata`. I really love the `` approach. We just re-launched https://bridge21.com using react-automata, and it's a huge success. Mark

Hey, first of all thanks for this project, it's great to see finite state machines gaining traction in react development and i'm a big advocate of them myself! I'm interested...

enhancement

According to my webpack stats, it's adding about 55k to a production build. Is there a way to allow this to be eliminated by tree-shaking if `testStatechart` is not in...

enhancement