robot-hooks

Hooks for use with Robot finite state machines

Usage no npm install needed!

<script type="module">
  import robotHooks from 'https://cdn.skypack.dev/robot-hooks';
</script>

README

robot-hooks

Hooks utilities for use with Robot. Use this to create a useMachine hook that works with any hook-supporting view library.

Installation

Via npm:

npm install robot-hooks --save

Or Yarn:

yarn add robot-hooks

📚 Documentation

License

BSD-2-Clause