Created
July 20, 2018 04:01
-
-
Save ShMcK/bb2d7839e105252bbc8e729cdee399f7 to your computer and use it in GitHub Desktop.
xstateful-react-activity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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