UNPKG
react-robot
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
React hooks for Robot finite state machines
github.com/matthewp/react-robot
matthewp/react-robot
react-robot
/
machine.js
4 lines
(3 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
import
{ useEffect, useState }
from
'react'
;
import
{ createUseMachine }
from
'robot-hooks'
;
export
const
useMachine =
createUseMachine
(useEffect, useState);