A lightweight react hook to create and work with state machines
yarn add use-tiny-state-machineThis library is heavily inspired by xstate. XState works beautifully for most use cases but the size of the library comes around to 12.2KB minified and gzipped, which I've found is a bit hard to justify using in a small project. This library was written for the sole purpose of being a tiniest version of xstate focused on its usage as a react hooks.