theKashey / faste

Table based 📦 Finite State Machine 🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Externalise instance to make it redux compatible

theKashey opened this issue · comments

Each machine instance consist of Phase, state, hooks temporary state and timers. This information could be extracted out of class instance to make faste usable in form of reducer both for redux and react.

As seen at redux-progress