Skip to content

Instantly share code, notes, and snippets.

@ShMcK
Created July 20, 2018 03:58
Show Gist options
  • Save ShMcK/952c09b87551957e42904c792f7a3b24 to your computer and use it in GitHub Desktop.
Save ShMcK/952c09b87551957e42904c792f7a3b24 to your computer and use it in GitHub Desktop.
xstateful-react-setup
import { createReactMachine } from '@avaragado/xstateful-react'
import alarm from './statefulAlarmMachine'
const AlarmMachine = createReactMachine(alarm)
export default AlarmMachine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment