UNPKG
preact-robot
Version:
latest (1.1.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
Preact hooks for Robot finite state machines
github.com/matthewp/preact-robot
matthewp/preact-robot
preact-robot
/
machine.js
4 lines
(3 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
import
{ useEffect, useState }
from
'preact/hooks'
;
import
{ createUseMachine }
from
'robot-hooks'
;
export
const
useMachine =
createUseMachine
(useEffect, useState);