Skip to content

Instantly share code, notes, and snippets.

@ShMcK
Created July 20, 2018 04:01
Show Gist options
  • Save ShMcK/bb2d7839e105252bbc8e729cdee399f7 to your computer and use it in GitHub Desktop.
Save ShMcK/bb2d7839e105252bbc8e729cdee399f7 to your computer and use it in GitHub Desktop.
xstateful-react-activity
import AlarmMachine from './statefulAlarmMachine'
const AlarmClock = () => (
<>
<AlarmMachine.Activity is='startRing'>
<Ringing />
</AlarmMachine.Activity>
<Clock>
</>
)
export default AlarmClock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment