Skip to content

Instantly share code, notes, and snippets.

@ShMcK
Created July 20, 2018 03:14
Show Gist options
  • Save ShMcK/1f40735f740296d53a5e9af980ceb7cc to your computer and use it in GitHub Desktop.
Save ShMcK/1f40735f740296d53a5e9af980ceb7cc to your computer and use it in GitHub Desktop.
react-automata-withStatechart
import { withStatechart } from 'react-automata'
import alarmMachine from './alarmMachine'
import AlarmClock from './components/AlarmClock'
export default withStatechart(alarmMachine)(AlarmClock)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment